forked from chilts/nice-route53
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 978 Bytes
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 978 Bytes
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": "nice-route53",
"description": "a nicer API to Amazon's Route53",
"version": "1.0.3",
"main": "nice-route53.js",
"homepage": "https://github.com/chilts/nice-route53/",
"repository": {
"type": "git",
"url": "https://github.com/chilts/nice-route53.git"
},
"bugs": {
"url": "https://github.com/chilts/nice-route53/issues",
"email": "andychilton@gmail.com"
},
"author": {
"name": "Andrew Chilton",
"email": "andychilton@gmail.com",
"url": "http://chilts.org/"
},
"contributors": [{
"name": "Leonardo Rossi",
"email": "leonardo.rossi@gmail.com"
}],
"engines": {
"node": ">= 0.6.0"
},
"dependencies": {
"aws-sdk": "^2.6.12"
},
"devDependencies": {
"nock": "^9.0.0",
"tape": "^4.6.2"
},
"scripts": {
"test": "set -e; for FILE in test/*.js; do node $FILE; done"
},
"license": "MIT",
"keywords": [
"api",
"amazon",
"aws",
"route53",
"awssum-helper"
]
}