forked from Automattic/knox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 831 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
{
"name": "knox",
"description": "Amazon S3 client",
"keywords": [
"aws",
"amazon",
"s3"
],
"version": "0.8.9",
"author": "TJ Holowaychuk <[email protected]>",
"contributors": [
"TJ Holowaychuk <[email protected]>",
"Domenic Denicola <[email protected]>",
"Oleg Slobodksoi <[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.2.x",
"debug": "~0.7.0",
"stream-counter": "~0.1.0"
},
"devDependencies": {
"mocha": "*"
},
"scripts": {
"test": "mocha"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">= 0.8"
}
}