-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
37 lines (37 loc) · 893 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
{
"name": "simpledb",
"description": "An Amazon AWS SimpleDB library for Node.js that is user-friendly and fault-tolerant",
"keywords": [
"amazon",
"aws",
"simpledb",
"database",
"wrapper",
"api"
],
"version": "0.2.0",
"homepage": "https://github.com/rjrodger/simpledb",
"author": "Richard Rodger <[email protected]> (http://richardrodger.com/)",
"contributors": [
"Richard Rodger <[email protected]> (http://richardrodger.com/)",
"John Roberts <[email protected]>",
"Makis Tracend <[email protected]> (http://makesites.org/)"
],
"dependencies": {
"aws-lib": "0.3.0"
},
"main": "lib/simpledb",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "https://github.com/rjrodger/simpledb.git"
},
"engines": {
"node": "*"
},
"devDependencies": {
"nid": "~0.3.0"
}
}