-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.1 KB
/
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
{
"name": "system-js-playground",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Shepless (http://shepless.github.io/)",
"license": "ISC",
"jspm": {
"main": "_app",
"directories": {
"lib": "dist",
"packages": "jspm_packages"
},
"dependencies": {
"angular": "github:angular/bower-angular@^1.3.14",
"angular-route": "github:angular/bower-angular-route@^1.3.14",
"css": "github:systemjs/plugin-css@^0.1.6"
}
},
"devDependencies": {
"gulp-less": "~3.0.1",
"gulp-babel": "~4.0.0",
"gulp": "~3.8.11",
"gulp-changed": "~1.1.1",
"gulp-insert": "~0.4.0",
"gulp-clean": "~0.3.1",
"gulp-concat": "~2.5.2",
"gulp-angular-templatecache": "~1.5.0",
"systemjs-builder": "~0.9.1",
"browser-sync": "~2.2.3",
"gulp-rename": "~1.2.0",
"run-sequence": "~1.0.2",
"gulp-ng-html2js": "~0.2.0"
}
}