forked from mhart/aws2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 843 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
{
"name": "aws2",
"version": "0.0.2",
"description": "Signs and prepares requests using AWS Signature Version 2",
"author": "Michael Hart <[email protected]> (http://github.com/mhart)",
"main": "aws2.js",
"keywords": [
"amazon",
"aws",
"signature",
"autoscaling",
"monitoring",
"cloudwatch",
"cloudformation",
"ec2",
"elasticloadbalancing",
"elb",
"elasticache",
"elasticbeanstalk",
"elasticmapreduce",
"iam",
"importexport",
"rds",
"sqs",
"sns",
"sdb",
"simpledb"
],
"repository": {
"type": "git",
"url": "https://github.com/mhart/aws2.git"
},
"license": "MIT",
"devDependencies": {
"should": "~1.2.1",
"mocha": "~1.7.4"
},
"scripts": {
"test": "mocha ./test/fast.js ./test/slow.js -b -t 100s -R list"
}
}