-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
33 lines (33 loc) · 1004 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
{
"name": "angular-1x-lazy-load",
"version": "1.0.0",
"description": "A demo project showing how to lazy load angular modules.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.10.1",
"gulp": "^3.9.0",
"jspm": "^0.16.15"
},
"jspm": {
"dependencies": {
"angular": "github:angular/bower-angular@^1.4.7",
"angular-ui-router": "github:angular-ui/ui-router@^0.2.15",
"jquery": "github:components/jquery@^2.1.4",
"oclazyload": "npm:oclazyload@^1.0.8",
"ui-router-extras": "npm:ui-router-extras@^0.1.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"clean-css": "npm:clean-css@^3.4.8",
"core-js": "npm:core-js@^1.1.4",
"css": "github:systemjs/plugin-css@^0.1.20",
"text": "github:systemjs/plugin-text@^0.0.4"
}
}
}