forked from goodeggs/knox-copy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 916 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": "knox-copy",
"version": "0.2.2",
"description": "Extends the Knox Node Amazon S3 client to support copying and listing buckets",
"keywords": [
"copy bucket",
"list bucket",
"stream keys",
"s3",
"aws",
"knox",
"retry"
],
"repository": {
"type": "git",
"url": "https://github.com/goodeggs/knox-copy.git"
},
"bugs": {
"url": "https://github.com/goodeggs/knox-copy/issues"
},
"contributors": [
"Adam Hull <[email protected]>"
],
"license": "MIT",
"main": "./lib/index.js",
"dependencies": {
"knox": ">=0.8.6",
"async": "~0.2.8",
"xml2js": "0.2.x",
"oibackoff": "~0.2.0"
},
"devDependencies": {
"jasmine-node": "~1.7.1",
"coffee-script": "~1.6.2"
},
"engine": {
"node": ">=0.8"
},
"scripts": {
"pretest": "coffee -c -o lib src",
"test": "jasmine-node --coffee --verbose --forceexit spec"
}
}