-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 985 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 985 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
36
37
38
39
40
{
"name": "jspm-npm",
"version": "0.26.12",
"description": "jspm npm endpoint",
"main": "npm.js",
"scripts": {
"coverage": "istanbul cover -- _mocha",
"test": "node test/unit.js && cd test && jspm run test-shared && jspm run test-node && open test.html && cd .."
},
"repository": {
"type": "git",
"url": "git://github.com/jspm/npm"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/jspm/npm/issues"
},
"dependencies": {
"buffer-peek-stream": "^1.0.1",
"glob": "^5.0.10",
"graceful-fs": "^4.1.3",
"mkdirp": "^0.5.1",
"request": "^2.58.0",
"resolve": "^1.1.6",
"rmdir": "^1.1.0",
"rsvp": "^3.0.18",
"semver": "^5.0.1",
"systemjs-builder": "^0.15.0",
"tar": "^1.0.3",
"which": "^1.1.1"
},
"homepage": "https://github.com/jspm/npm",
"devDependencies": {
"istanbul": "0.3.21",
"mocha": "2.3.3",
"unexpected": "9.16.0",
"unexpected-mitm": "7.7.3"
}
}