-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
52 lines (52 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
49
50
51
52
{
"name": "webhook",
"version": "1.3.3",
"description": "",
"main": "bin/www",
"private": true,
"dependencies": {
"aws-sdk": "^2.1.40",
"bluebird": "^3.3.5",
"body-parser": "~1.16.0",
"debug": "~2.6.0",
"express": "~4.14.0",
"express-x-hub": "^1.0.3",
"habitica": "^4.0.0",
"lodash": "^4.11.1",
"morgan": "~1.7.0",
"nconf": "^0.8.4",
"slack-webhook": "1.0.0",
"superagent": "^3.3.2"
},
"devDependencies": {
"chai": "^3.2.0",
"eslint": "^3.0.0",
"eslint-config-habitrpg": "^3.0.0",
"eslint-plugin-mocha": "^4.7.0",
"mocha": "^3.0.0",
"nock": "^9.0.1",
"nodemon": "^1.10.2",
"rewire": "^2.3.4",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0"
},
"scripts": {
"start": "node bin/www",
"dev": "nodemon bin/www",
"lint": "eslint .",
"test": "npm run lint && mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/habitrpg/habitica-webhooks.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/habitrpg/habitica-webhooks/issues"
},
"homepage": "https://github.com/habitrpg/habitica-webhooks",
"engines": {
"node": "^6.0.0"
}
}