forked from jspm/jspm-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.03 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
{
"name": "jspm",
"description": "Registry and format agnostic JavaScript package manager",
"version": "0.10.6",
"main": "./api.js",
"author": "",
"dependencies": {
"glob": "~4.3.2",
"graceful-fs": "^3.0.5",
"jspm-github": "~0.9.11",
"jspm-npm": "~0.16.0",
"jspm-registry": "~0.3.2",
"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.5.3",
"systemjs": "^0.11.2",
"traceur": "0.0.79",
"uglify-js": "~2.4.10"
},
"registry": "npm",
"devDependencies": {
"mocha": "~1.17.1"
},
"repository": {
"type": "git",
"url": "https://github.com/jspm/jspm.git"
},
"bin": {
"jspm": "./jspm.js"
},
"scripts": {
"test": "mocha"
},
"bugs": {
"url": "https://github.com/jspm/jspm/issues"
},
"homepage": "https://github.com/jspm/jspm",
"directories": {
"test": "test"
},
"license": "Apache 2.0"
}