forked from Automattic/knox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 854 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": "knox",
"description": "Amazon S3 client",
"keywords": [
"aws",
"amazon",
"s3"
],
"version": "0.9.2",
"author": "TJ Holowaychuk <[email protected]>",
"contributors": [
"TJ Holowaychuk <[email protected]>",
"Domenic Denicola <[email protected]>",
"Oleg Slobodskoi <[email protected]>"
],
"license": "MIT",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/LearnBoost/knox.git"
},
"bugs": "https://github.com/LearnBoost/knox/issues",
"dependencies": {
"mime": "*",
"xml2js": "^0.4.4",
"debug": "^1.0.2",
"stream-counter": "^1.0.0",
"once": "^1.3.0"
},
"devDependencies": {
"mocha": "*"
},
"scripts": {
"test": "mocha"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">= 0.8"
}
}