forked from swimlane/systemjs-route-bundler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.13 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
44
45
46
47
48
49
50
{
"name": "systemjs-route-bundler",
"description": "SystemJS Route-Driven Bundler",
"version": "1.3.3",
"main": "lib/builder.js",
"license": "MIT",
"dependencies": {
"gulp": "^3.8.11",
"gulp-insert": "^0.4.0",
"systemjs-builder": "0.13.0",
"rsvp": "^3.0.18"
},
"optionalDependencies": {
"node-v8-clone": "^0.6.2"
},
"devDependencies": {
"babel": "^5.1.13",
"babel-runtime": "^5.1.13",
"jspm": "^0.16.0-beta.3",
"mocha": "^2.2.4"
},
"repository": {
"type": "git",
"url": "https://github.com/Swimlane/systemjs-route-bundler.git"
},
"keywords": [
"systemjs",
"route",
"bundler"
],
"scripts": {
"test": "test/run.sh"
},
"jspm": {
"directories": {
"baseURL": "test/output",
"lib": "test/fixtures",
"packages": "test/jspm_packages"
},
"configFile": "test/fixtures/system.config.js",
"dependencies": {
"angular": "github:angular/bower-angular@^1.3.15"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
"core-js": "npm:core-js@^0.9.4"
}
}
}