-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "dynamo-as-promised",
"description": "A promise-based client for Amazon's DynamoDB.",
"version": "0.4.3",
"author": "Domenic Denicola <[email protected]> (http://domenicdenicola.com)",
"license": "WTFPL",
"repository": {
"type": "git",
"url": "https://github.com/domenic/dynamo-as-promised"
},
"bugs": {
"url": "http://github.com/domenic/dynamo-as-promised/issues"
},
"main": "dynamo-as-promised.js",
"scripts": {
"test": "mocha",
"lint": "jshint dynamo-as-promised.js --show-non-errors"
},
"dependencies": {
"q": ">= 0.8.5",
"dynode": ">= 0.5.1",
"underscore": ">= 1.3.3"
},
"devDependencies": {
"mocha": ">= 1.3.0",
"chai": ">= 1.1.1",
"sinon": ">= 1.4.2",
"sinon-chai": ">= 2.1.2",
"chai-as-promised": ">= 3.2.1",
"sandboxed-module": ">= 0.1.3",
"jshint": ">= 0.7.1",
"npm": "*",
"coffee-script": ">= 1.3.3"
},
"engines": {
"node": "*"
}
}