forked from jspm/jspm-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 817 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
35
36
37
38
39
{
"name": "jspm",
"description": "",
"version": "0.9.0-beta.2",
"main": "./api.js",
"author": "",
"dependencies": {
"glob": "~3.2.6",
"graceful-fs": "~2.0.1",
"jspm-github": "~0.9.0",
"jspm-npm": "~0.11.0",
"jspm-registry": "~0.3.0",
"liftoff": "^0.13.2",
"minimatch": "^0.2.14",
"mkdirp": "~0.3.5",
"ncp": "~0.6.0",
"request": "^2.45.0",
"rimraf": "~2.2.2",
"rsvp": "~3.0.3",
"semver": "~4.0.3",
"systemjs-builder": "~0.3.0",
"systemjs": "^0.10.0",
"traceur": "0.0.74",
"uglify-js": "~2.4.10"
},
"devDependencies": {
"mocha": "~1.17.1"
},
"repository": {
"type": "git",
"url": "https://github.com/jspm/jspm.git"
},
"bin": {
"jspm": "./jspm.js"
},
"scripts": {
"test": "node_modules/.bin/mocha"
}
}