forked from ibhi/angular-2-router-with-child
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 722 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 722 Bytes
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
{
"name": "angular2-seed",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Minko Gechev <mgechev>",
"license": "MIT",
"devDependencies": {
"connect": "^3.3.5",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-typescript": "~2.7.5",
"gulp-plumber": "~1.0.1",
"gulp-sourcemaps": "~1.5.2",
"open": "0.0.5",
"serve-static": "^1.9.2",
"systemjs-builder": "^0.10.6",
"typescript": "~1.5.0-beta"
},
"dependencies": {
"angular2": "~2.0.0-alpha.24",
"es6-module-loader": "^0.15.0",
"systemjs": "^0.15.0",
"zone.js": "^0.4.1",
"reflect-metadata": "0.1.0"
}
}