forked from jspm/jspm-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.2 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
51
52
53
{
"name": "jspm",
"description": "Registry and format agnostic JavaScript package manager",
"version": "0.14.0",
"main": "./api.js",
"author": "",
"dependencies": {
"chalk": "^1.0.0",
"core-js": "^0.7.0",
"glob": "~4.3.5",
"graceful-fs": "^3.0.5",
"jspm-github": "~0.10.4",
"jspm-npm": "~0.20.1",
"jspm-registry": "~0.3.2",
"liftoff": "^2.0.0",
"minimatch": "^2.0.1",
"mkdirp": "~0.5.0",
"ncp": "^2.0.0",
"request": "^2.53.0",
"rimraf": "~2.2.2",
"rsvp": "~3.0.16",
"semver": "~4.3.0",
"systemjs": "^0.14.1",
"systemjs-builder": "~0.9.0",
"traceur": "0.0.82",
"uglify-js": "~2.4.16"
},
"registry": "npm",
"devDependencies": {
"jshint": "~2.6.1",
"mocha": "~1.17.1"
},
"repository": {
"type": "git",
"url": "https://github.com/jspm/jspm.git"
},
"bin": {
"jspm": "./jspm.js"
},
"scripts": {
"test": "npm run jshint && npm run mocha",
"mocha": "mocha",
"jshint": "jshint api.js cli.js jspm.js lib test"
},
"bugs": {
"url": "https://github.com/jspm/jspm/issues"
},
"homepage": "https://github.com/jspm/jspm",
"directories": {
"test": "test"
},
"license": "Apache 2.0"
}