forked from mozilla-b2g/npm-mirror
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (37 loc) · 772 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
40
41
42
{
"name": "npm-mirror",
"version": "1.4.2",
"repository": "https://github.com/mozilla-b2g/npm-mirror",
"author": "Gareth Aye [:gaye] <[email protected]>",
"dependencies": {
"async": "~0.2.9",
"commander": "~2.0.0",
"debug": "~0.7.2",
"graceful-fs": "~2.0.1",
"ncp": "~0.5.0",
"node-static": "~0.7.2",
"node-uuid": "~1.4.1",
"rimraf": "~2.2.5",
"semver": "~2.1.0",
"sha": "~1.2.3",
"temp": "~0.6.0",
"validator": "~1.5.1"
},
"devDependencies": {
"jshint": "~2.1.11",
"mocha": "~1.13.0",
"proxyquire": "~0.5.1",
"sinon": "~1.7.3"
},
"keywords": [
"mirror",
"npm",
"registry"
],
"bin": {
"npm-mirror": "bin/npm-mirror"
},
"scripts": {
"test": "make test"
}
}