-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 745 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 745 Bytes
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
{
"name": "jspm",
"description": "",
"version": "0.6.2",
"main": "./jspm.js",
"author": "",
"dependencies": {
"glob": "~3.2.6",
"graceful-fs": "~2.0.1",
"jspm-github": "~0.2.4",
"jspm-npm": "~0.2.5",
"minimatch": "^0.2.14",
"mkdirp": "~0.3.5",
"ncp": "~0.5.0",
"rimraf": "~2.2.2",
"rsvp": "~3.0.3",
"semver": "~2.1.0",
"systemjs-builder": "0.0.5",
"traceur": "git+ssh://git@github.com/google/traceur-compiler.git",
"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"
}
}