-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "ec2-sns",
"version": "1.0.17",
"description": "AWS SNS client that automatically subscribes to topic and unsubscribes when terminated. Designed especially for AWS EC2 Instances and Docker",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/nyc --reporter=text ./node_modules/.bin/mocha && ./node_modules/.bin/nyc --reporter=text-lcov ./node_modules/.bin/mocha | ./node_modules/.bin/coveralls",
"start": "node index.js"
},
"keywords": [
"aws",
"sns",
"ec2",
"docker"
],
"author": "Jakub Wietrzyk <jakub@wietrzyk.com>",
"repository": {
"type": "git",
"url": "https://github.com/jaaaco/ec2-sns.git"
},
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.46.0",
"string": "^3.3.3"
},
"devDependencies": {
"coveralls": "^2.13.1",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.2.0",
"mocha": "^3.3.0",
"mocha-lcov-reporter": "^1.3.0",
"nock": "^9.0.13",
"nyc": "^10.3.0",
"should": "^11.2.1",
"should-http": "^0.1.1",
"should-sinon": "0.0.5",
"sinon": "^2.1.0"
}
}