-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 973 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
32
33
34
35
36
37
38
{
"name": "mailgunbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"watch": "./node_modules/.bin/nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sinfo/mailgunbot.git"
},
"author": "SINFO",
"license": "ISC",
"bugs": {
"url": "https://github.com/sinfo/mailgunbot/issues"
},
"homepage": "https://github.com/sinfo/mailgunbot#readme",
"dependencies": {
"boom": "^7.2.1",
"handlebars": "^4.0.12",
"hapi": "^17.6.0",
"logger": "git+https://github.com/sinfo/logger.git",
"mailgun-js": "^0.21.0",
"request": "^2.88.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"eslint": "^5.8.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"nodemon": "^1.18.5"
}
}