-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 933 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
{
"jspm": {
"directories": {
"baseURL": "src"
},
"configFile": "src/jspm.config.js",
"dependencies": {
"angular": "github:angular/bower-angular@^1.4.4",
"angular-material": "github:angular/bower-material@^0.10.1",
"ts": "github:frankwallis/plugin-typescript@^2.0.7"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.22",
"babel-runtime": "npm:babel-runtime@^5.8.20",
"core-js": "npm:core-js@^1.1.0",
"typescript": "npm:typescript@^1.6.0-dev.20150818"
}
},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-param": "~0.6.0",
"gulp-autoprefixer": "~2.3.0",
"gulp-angular-templatecache": "~1.6.0",
"gulp-env": "~0.2.0",
"gulp-shell": "^0.4.2",
"gulp-connect": "^2.2.0",
"del": "~1.2.0",
"mkdirp": "~0.5.1",
"lodash": "~3.9.0",
"wrench": "~1.5.0",
"jspm": "~0.16.0",
"gulp-load-plugins": "~0.10.0"
}
}