forked from npm/npm-fullfat-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 981 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-fullfat-registry",
"version": "1.1.4",
"description": "Make a registry with all attachments intact",
"main": "fullfat.js",
"directories": {
"test": "test"
},
"dependencies": {
"follow": "~0.10.4",
"mkdirp": "~0.3.5",
"once": "~1.3.0",
"rimraf": "~2.2.5",
"dashdash": "~1.4.0",
"parse-json-response": "1",
"npm-registry-readme-trim": "~1.0.0",
"http-https": "~1.0.0"
},
"devDependencies": {
"tap": "~0.4.6",
"st": "~0.2.3"
},
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/isaacs/npm-fullfat-registry"
},
"keywords": [
"npm",
"registry",
"attachments"
],
"author": "Isaac Z. Schlueter <[email protected]> (http://blog.izs.me/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/isaacs/npm-fullfat-registry/issues"
},
"homepage": "https://github.com/isaacs/npm-fullfat-registry",
"bin": "bin/fullfat.js"
}