-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 940 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
{
"name": "node-filesystem-s3",
"version": "0.0.98",
"description": "FileSystem Implementation for AWS S3",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test YOURPACKAGE_COVERAGE=1 ./node_modules/.bin/mocha --require blanket --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
"url": "https://github.com/exabugs/node-filesystem-s3"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/exabugs/node-filesystem-s3/issues"
},
"homepage": "https://github.com/exabugs/node-filesystem-s3",
"dependencies": {
"async": "^0.9.0",
"aws-sdk": "^2.0.18",
"gm": "^1.16.0",
"mongodb": "^1.4.18",
"underscore": "^1.7.0"
},
"devDependencies": {
"mocha": "^1.21.4",
"should": "~4.0.4",
"blanket": "~1.1.6",
"coveralls": "~2.11.2",
"mocha-lcov-reporter": "~0.0.1"
}
}