-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.2 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
{
"name": "dynamo-incremental-restore",
"description": "DynamoDb incremental restore",
"version": "0.0.1",
"homepage": "https://github.com/abhayachauhan/dynamo-incremental-restore",
"bugs": "https://github.com/abhayachauhan/dynamo-incremental-restore/issues",
"license": "MIT",
"main": "lib/index.js",
"author": {
"name": "Abhaya Chauhan",
"email": "[email protected]",
"url": "http://www.abhayachauhan.com"
},
"repository": {
"type": "git",
"url": "https://github.com/abhayachauhan/dynamo-incremental-restore"
},
"keywords": [],
"dependencies": {
"async": "^2.0.0-rc.3",
"aws-sdk": "^2.2.47",
"q": "latest"
},
"devDependencies": {
"coveralls": "^2.11.1",
"del": "^2.2.0",
"gulp": "^3.8.8",
"gulp-install": "^0.6.0",
"gulp-istanbul": "^0.5.0",
"gulp-jscs": "^1.1.2",
"gulp-jshint": "^1.8.4",
"gulp-load-plugins": "^0.6.0",
"gulp-mocha": "^1.1.0",
"gulp-plumber": "^0.6.5",
"gulp-zip": "^3.2.0",
"jshint-stylish": "^0.4.0",
"should": "^4.0.4",
"sinon": "^1.17.3"
},
"scripts": {
"coveralls": "gulp test && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"test": "gulp test"
}
}