-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.1 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.1 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
{
"name": "angular2-samples",
"version": "1.0.0",
"description": "Simple Angular2 app",
"main": "server/server.js",
"repository": {
"url": "https://github.com/angular-in-action/angular2-samples"
},
"scripts": {
"tsc": "tsc -w",
"start": "node server/server.js"
},
"author": "Jason Aden",
"license": "MIT",
"engines": {
"node": ">=0.12.6 <0.13",
"npm": "~2.9.1"
},
"dependencies": {
"angular": "^1.4.8",
"angular2": "2.0.0-beta.0",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"express": "4.13.1",
"redux": "^3.0.5",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"systemjs": "0.19.6",
"yahoo-finance": "0.2.11",
"zone.js": "0.5.10"
},
"devDependencies": {
"browser-sync": "^2.11.0",
"del": "^2.1.0",
"gulp": "^3.9.0",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^3.6.0",
"gulp-typescript": "^2.9.2",
"gulp-util": "^3.0.7",
"minimist": "^1.2.0",
"run-sequence": "^1.1.5",
"tsd": "^0.6.5",
"typescript": "^1.7.3"
}
}