-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
31 lines (31 loc) · 911 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
{
"name": "serverless-plugin-notification",
"version": "1.3.1",
"description": "Plugin for serverless framework that notify framework actions to multiple platforms",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maasglobal/serverless-plugin-notification.git"
},
"author": "James Nguyen",
"license": "MIT",
"bugs": {
"url": "https://github.com/maasglobal/serverless-plugin-notification/issues"
},
"homepage": "https://github.com/maasglobal/serverless-plugin-notification#readme",
"dependencies": {
"request-promise-lite": "0.9",
"bluebird": "^3.5.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-react": "^5.2.2"
}
}