forked from chilts/awssum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.77 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "awssum",
"description": "NodeJS modules for talking to IaaS providers, such as Amazon AWS and OpenStack.",
"version": "0.12.0",
"author": {
"name":"Andrew Chilton",
"email":"chilts@appsattic.com",
"url":"http://www.chilts.org/"
},
"homepage": "https://github.com/appsattic/node-awssum",
"contributors": [],
"devDependencies": {
"tap": ">= 0.2.5",
"jshint": ">= 0.6.1",
"commander": ">= 0.6.0",
"eyes": ">= 0.1.7"
},
"dependencies": {
"fmt" : ">= 0.4.0",
"underscore": ">= 1.3.3",
"xml2js": "~ 0.1.14",
"dateformat": ">= 1.0.2-1.2.3",
"xml": ">= 0.0.7",
"data2xml": "0.4.x",
"passgen": ">= 1.0.1"
},
"main": "lib/awssum.js",
"directories": {
"lib": "lib"
},
"engines": {
"node": ">= 0.6.0"
},
"repository": {
"type" : "git",
"url": "git://github.com/appsattic/node-awssum.git"
},
"bugs" : {
"url" : "http://github.com/appsattic/node-awssum/issues",
"mail" : "chilts@appsattic.com"
},
"licenses": [{
"type": "MIT",
"url": "http://github.com/appsattic/node-awssum/raw/master/LICENSE"
}],
"keywords": [
"api",
"amazon","aws","ec2","simpledb","s3","sqs","ses","sns","route53","rds","elasticache","cloudfront","fps",
"cloudformation","cloudwatch","dynamodb","iam","swf","autoscaling","cloudsearch","elb",
"loadbalancing","emr","mapreduce","importexport","storagegateway","workflow","ebs","vpc","beanstalk",
"glacier",
"greenqloud",
"rackspacecloud",
"openstack"
],
"scripts" : {
"test" : "tap test/*.js test/integration/*.js"
}
}