-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.08 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.08 KB
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
{
"name": "clone-packages",
"version": "1.0.0",
"description": "clone packages from one repo to another",
"main": "index.js",
"bin": {
"clone-packages": "./bin/clone-packages"
},
"scripts": {
"test": "node test/index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/chrisdickinson/clone-packages.git"
},
"keywords": [
"clone",
"mirror",
"packages",
"altnpm"
],
"author": "Chris Dickinson <chris@neversaw.us> (http://neversaw.us/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrisdickinson/clone-packages/issues"
},
"homepage": "https://github.com/chrisdickinson/clone-packages",
"dependencies": {
"ansicolors": "^0.3.2",
"concat-stream": "^1.4.4",
"hyperquest": "^1.0.1",
"jsl": "^1.0.0",
"minimist": "^1.1.0",
"npm": "^2.5.1",
"npm-fetch": "^0.0.9",
"semver": "^4.3.0",
"tape": "^3.5.0",
"tar-stream": "^1.1.2",
"through": "^2.3.4"
},
"devDependencies": {
"jsl": "^0.1.1",
"tape": "^2.12.0",
"unpm": "^1.1.0",
"unpm-mem-backend": "^0.4.1"
}
}