-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 976 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
43
{
"name": "s3npm",
"version": "0.0.8",
"s3bucket": "soldair-s3npm",
"description": "publish packages to your own s3 bucket, install an resolve nested private or public deps without replacing or hacking npm",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/soldair/node-s3-npm.git"
},
"keywords": [
"npm",
"private",
"s3",
"bucket"
],
"author": "Ryan Day",
"license": "BSD",
"readmeFilename": "README.md",
"dependencies": {
"knox": "~0.5.5",
"confuse": "~0.0.1",
"colors": "~0.6.0-1",
"optimist": "~0.4.0",
"packageroot": "~1.0.0",
"packagereadme": "~1.0.0",
"packagegitconfig": "~1.0.0",
"packagenpmjson": "~1.0.0",
"semver": "~1.1.4",
"request": "~2.21.0",
"npm": "~1.2.19",
"aws-credentials": "0.0.1"
},
"devDependencies": {
"tape": "~1.0.4"
},
"bin": {
"s3npm": "./bin/s3npm"
}
}