forked from totemstech/node-dynamodb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 874 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
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "dynamodb",
"version": "0.3.7",
"description": "Simple DynamoDB Library for Node.js",
"keywords": [
"dynamo",
"node",
"db",
"aws",
"amazon"
],
"homepage": "https://github.com/teleportd/node-dynamodb",
"scripts": {
"test": "make test"
},
"author": {
"name": "Stanislas Polu",
"email": "[email protected]",
"url": "http://twitter.com/spolu"
},
"repository": {
"type": "git",
"url": "https://github.com/teleportd/node-dynamodb.git"
},
"license": "MIT",
"contributors": [
"Karl Seguin",
"Juan Carlos del Valle",
"Pablo Cantero",
"Chris Stivers",
"Juho Mäkinen",
"Paul Tax",
"Alex Bosworth",
"Jimb Esser",
"Anthony Moi",
"Alex Gorbatchev"
],
"dependencies": {
"fwk": "^1.1.8"
},
"main": "./lib/ddb",
"engines": {
"node": ">=0.4.0"
}
}