forked from jed/dynamo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 707 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 707 Bytes
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
{
"author": "Jed Schmidt <tr@nslator.jp> (http://jed.is)",
"name": "dynamo",
"description": "DynamoDB client for node.js",
"version": "0.2.14",
"homepage": "https://github.com/jed/dynamo",
"repository": {
"type": "git",
"url": "git://github.com/jed/dynamo.git"
},
"keywords": [
"amazon",
"aws",
"DynamoDB",
"dynamo",
"nosql",
"database"
],
"main": "./lib",
"scripts": {
"pretest": "mocha ./test/setup.js",
"test": "mocha ./test/tests/*",
"posttest": "mocha ./test/teardown.js"
},
"engines": {
"node": ">=0.6.0"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"dependencies": {},
"optionalDependencies": {}
}