-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.01 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
{
"name": "iou-slack-bot",
"version": "1.1.0",
"description": "Keep track of your debts with your peers.",
"main": "server.js",
"scripts": {
"test": "standard",
"start": "node server",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mjlescano/iou-slack-bot.git"
},
"author": "mjlescano",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/mjlescano/iou-slack-bot/issues"
},
"homepage": "https://github.com/mjlescano/iou-slack-bot#readme",
"dependencies": {
"body-parser": "1.18.2",
"debug": "^2.2.0",
"express": "4.15.5",
"moment": "^2.11.1",
"mongoose": "4.10.2",
"mongoose-connection-ready": "^1.0.1",
"mongoose-softdelete": "0.6.2",
"mongoose-timestamp": "0.4.0",
"snyk": "^1.41.1"
},
"engines": {
"node": "6",
"npm": "3"
},
"devDependencies": {
"eslint": "4.14.0",
"eslint-config-democracyos": "2.0.2"
},
"snyk": true
}