forked from jamhall/s3rver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.33 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "s3rver",
"version": "0.0.6",
"description": "Fake S3 server for node",
"main": "lib/index.js",
"scripts": {
"test": "mocha --timeout 20000 --reporter spec --ui bdd"
},
"author": {
"name": "Jamie Hall",
"email": "[email protected]",
"url": "http://github.com/jamhall/s3rver"
},
"bin": {
"s3rver": "bin/s3rver.js"
},
"license": "MIT",
"keywords": [
"fake",
"s3",
"server",
"mock",
"false",
"amazon"
],
"dependencies": {
"MD5": "^1.2.1",
"async": "^0.9.0",
"commander": "^2.6.0",
"concat-stream": "^1.4.7",
"express": "^4.10.6",
"fs-extra": "^0.16.0",
"jstoxml": "^0.2.2",
"lodash": "^2.4.1",
"mkdirp": "^0.5.0",
"morgan": "^1.5.1",
"winston": "^0.8.3",
"xmlbuilder": "^2.4.5",
"amazon-s3-url-signer": "https://github.com/agolybev/amazon-s3-url-signer/archive/0.0.8.tar.gz"
},
"devDependencies": {
"async": "^0.9.0",
"aws-sdk": "^2.1.4",
"chance": "^0.7.1",
"fs-extra": "^0.14.0",
"mocha": "^2.1.0",
"moment": "^2.8.4",
"request": "^2.55.0",
"should": "^4.4.2",
"xml2js": "^0.4.4"
},
"bugs": {
"url": "https://github.com/jamhall/s3rver/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:jamhall/s3rver.git"
},
"homepage": "https://github.com/jamhall/s3rver"
}