-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.7 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "Angular2-chapter1",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node nodeserver\/server.js",
"tsc": "tsc",
"tsc:w": "tsc -w",
"typings": "typings"
},
"dependencies": {
"@angular/common": "2.0.0-rc.6",
"@angular/compiler": "2.0.0-rc.6",
"@angular/compiler-cli": "0.6.0",
"@angular/core": "2.0.0-rc.6",
"@angular/forms": "2.0.0-rc.6",
"@angular/http": "2.0.0-rc.6",
"@angular/platform-browser": "2.0.0-rc.6",
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
"@angular/router": "3.0.0-rc.2",
"@angular/upgrade": "2.0.0-rc.6",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.11",
"systemjs": "0.19.27",
"zone.js": "^0.6.17",
"angular2-in-memory-web-api": "0.0.18",
"bootstrap": "^3.3.6",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"less-middleware": "1.0.x",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"typescript": "^1.8.10",
"typings": "^1.3.2",
"grunt": "~0.4.5",
"grunt-ts": "~5.4.0",
"karma": "~0.13.22",
"jasmine-core": "*",
"karma-jasmine": "~0.3.8",
"karma-chrome-launcher": "~0.2.3",
"karma-junit-reporter": "~0.4.1",
"karma-firefox-launcher": "~0.1.7",
"karma-ng-html2js-preprocessor": "~0.2.1",
"karma-cli": "^0.1.2",
"karma-htmlfile-reporter": "^0.2.2",
"karma-jasmine": "^0.3.8",
"grunt-karma": "~0.12.2",
"karma-coverage": "~0.5.5"
}
}