forked from mirkokiefer/aws-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 970 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
{
"name": "aws-lib",
"description": "Extensible Node.js library for the Amazon Web Services API",
"version": "0.0.5",
"homepage": "http://github.com/livelycode/aws-lib",
"keywords": ["amazon","aws", "ec2", "product advertising", "simpledb", "Simple Queue Service", "SQS", "Simple Email Service", "SES"],
"repository": "git://github.com/livelycode/aws-lib.git",
"author": "Mirko Kiefer <[email protected]> (http://mirkokiefer.com)",
"contributors": [
"Mirko Kiefer <[email protected]> (http://mirkokiefer.com)",
"Paul Bonser <[email protected]> (http://probablyprogramming.com)",
"Richard Rodger <[email protected]> (http://www.ricebridge.com/)",
"Ross Duggan <[email protected]> (http://rossduggan.ie/)"
],
"dependencies": {
"xml2js": "0.1.x",
"sax": "0.1.x"
},
"main": "lib/aws",
"directories": {
"lib": "lib",
"example": "examples",
"test": "test"
},
"engines": {
"node": ">=0.4"
}
}