forked from lookfirst/ocLazyLoad-SystemJS-Router
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
39
40
41
42
43
{
"name": "oclazyload-systemjs-router",
"version": "1.2.2",
"description": "Dynamically load angular modules via routes",
"main": "index.js",
"keywords": [
"angular",
"angular-ui",
"ui-router",
"ui-router-extras",
"systemjs",
"ocLazyLoad",
"future"
],
"author": "Jon Stevens <latchkey@gmail.com>",
"license": "MIT",
"format": "cjs",
"registry": "jspm",
"jspm": {
"dependencies": {
"angular": "github:angular/bower-angular@^1.5.0",
"angular-ui-router": "github:angular-ui/ui-router@^0.4.0",
"oclazyload": "github:ocombe/oclazyload@^1.0.0",
"ui-router-extras": "github:christopherthielen/ui-router-extras@^0.1.0"
},
"devDependencies": {
"babel": "npm:babel-core@^6.0.0",
"babel-runtime": "npm:babel-runtime@^6.0.0",
"core-js": "npm:core-js@^2.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/lookfirst/ocLazyLoad-SystemJS-Router.git"
},
"scripts": {
"compile": "babel router.js -o index.js -m common",
"preinstall": "npm run-script compile"
},
"devDependencies": {
"babel": "^6.0.0"
}
}