-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 914 Bytes
/
package.json
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
{
"name": "template",
"version": "0.0.1",
"configs": {
"gulp": "./node_modules/.bin/gulp"
},
"scripts": {
"gulp": "gulp"
},
"devDependencies": {
"body-parser": "^1.10.1",
"del": "^2.2.1",
"express": "^4.10.6",
"gulp": "^3.8.10",
"gulp-angular-templatecache": "^2.0.0",
"gulp-express": "^0.1.4",
"jspm": "^0.16.39",
"run-sequence": "^1.2.2",
"systemjs": "^0.19.31",
"underscore": "^1.7.0"
},
"dependencies": {
"angular": "^1.5.7",
"babel": "^6.5.2",
"babel-core": "^6.10.4",
"babel-standalone": "^6.10.3"
},
"jspm": {
"dependencies": {
"angular": "github:angular/bower-angular@^1.5.7",
"plugin-babel": "npm:systemjs-plugin-babel@^0.0.12"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}