forked from xarvh/dynamo-table-extensions
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 792 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": "dynamo-table-extensions",
"version": "0.1.1",
"description": "Adds higher-level methods to dynamo-table",
"main": "index.js",
"scripts": {
"test": "mocha -t 100s",
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- -t 10s"
},
"repository": {
"type": "git",
"url": "https://github.com/xarvh/dynamo-table-extensions.git"
},
"keywords": [
"dynamo",
"dynamodb",
"mapping"
],
"author": "Francesco Orsenigo <[email protected]> (http://github.com/xarvh)",
"contributors": [
"Dmitry Shirokov <[email protected]>"
],
"license": "MIT",
"devDependencies": {
"should": "~2.0.2",
"mocha": "~1.13.0",
"dynalite": "~0.3.5",
"istanbul": "~0.1.44"
},
"dependencies": {
"async": "~0.2.9"
}
}