forked from silvermine/serverless-plugin-external-sns-events
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.52 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
{
"name": "@silvermine/serverless-plugin-external-sns-events",
"version": "1.2.0",
"description": "Plugin for the SLS 1.x branch to provide better support for SNS events to your Lambda functions",
"main": "src/index.js",
"scripts": {
"test": "check-node-version --npm 6.13.4 && grunt standards && ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec 'src/tests/**/*.test.js'",
"commitlint": "commitlint --from 368ff8f"
},
"author": "Jeremy Thomerson",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/silvermine/serverless-plugin-external-sns-events.git"
},
"keywords": [
"serverless plugin better sns events",
"serverless plugin function subscribe sns",
"serverless",
"api gateway",
"api gateway error responses"
],
"bugs": {
"url": "https://github.com/silvermine/serverless-plugin-external-sns-events/issues"
},
"homepage": "https://github.com/silvermine/serverless-plugin-external-sns-events#readme",
"dependencies": {
"class.extend": "0.9.2",
"underscore": "1.8.3"
},
"devDependencies": {
"@commitlint/cli": "8.3.5",
"@commitlint/travis-cli": "8.3.5",
"@silvermine/eslint-config": "3.0.0-rc.0",
"@silvermine/standardization": "1.0.0",
"check-node-version": "4.0.3",
"coveralls": "3.0.2",
"expect.js": "0.3.1",
"grunt": "1.1.0",
"grunt-eslint": "22.0.0",
"istanbul": "0.4.5",
"mocha": "5.2.0",
"mocha-lcov-reporter": "1.2.0",
"q": "1.4.1",
"sinon": "1.17.5"
}
}