-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.19 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
48
{
"name": "bp-slack-notifier",
"version": "1.0.0",
"description": "fibos bp slack notifier",
"main": "app.js",
"scripts": {
"dev": "nodemon app.js",
"start": "node app.js",
"lint": "./node_modules/.bin/eslint \"**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/fibos-team/bp-slack-notifier.git"
},
"keywords": [
"fibos",
"bp",
"slack",
"notifier"
],
"author": "paddingme",
"license": "MIT",
"bugs": {
"url": "https://github.com/fibos-team/bp-slack-notifier/issues"
},
"homepage": "https://github.com/fibos-team/bp-slack-notifier#readme",
"devDependencies": {
"eslint": "^5.6.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"nodemon": "^1.18.4"
},
"dependencies": {
"body-parser": "^1.18.3",
"bottender": "paddingme/bottender",
"chalk": "^2.4.1",
"compression": "^1.7.3",
"dotenv": "^6.0.0",
"errorhandler": "^1.5.0",
"express-status-monitor": "^1.2.3",
"mongoose": "^5.3.0",
"morgan": "^1.9.1",
"request": "^2.88.0"
}
}