-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
{
"name": "habitrpg-email-server",
"version": "1.0.1",
"scripts": {
"preinstall": "git config --global url.\"https://\".insteadOf git://",
"start": "node ./index.js",
"test": "npm run lint && NODE_ENV=test mocha test/",
"lint": "eslint --ext .js ."
},
"engines": {
"node": "^10",
"npm": "^6"
},
"dependencies": {
"amazon-payments": "^0.2.8",
"async": "^2.6.4",
"aws-sdk": "^2.814.0",
"basic-auth-connect": "^1.0.0",
"bluebird": "^3.7.2",
"express": "^4.17.1",
"in-app-purchase": "^1.11.4",
"kue": "^0.11.5",
"lodash": "^4.17.21",
"mandrill-api": "^1.0.45",
"mocha": "^3.2.0",
"moment": "^2.29.4",
"monk": "^7.3.2",
"nchart": "https://github.com/HabitRPG/nchart#master",
"nconf": "^0.11.4",
"paypal-rest-sdk": "^1.8.1",
"push-notify": "https://github.com/HabitRPG/push-notify#v1.2.0",
"request": "^2.88.2",
"sprintf-js": "^1.1.2",
"stripe": "^8.127.0",
"uuid": "^2.0.3"
},
"devDependencies": {
"eslint": "^3.12.2",
"eslint-config-habitrpg": "^2.0.2",
"chai": "^3.5.0",
"sinon": "^1.17.6",
"sinon-stub-promise": "^4.0.0"
}
}