-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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": "health-kit",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "cd client && npm install",
"server": "nodemon server/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harryxue1999/health-kit.git"
},
"keywords": [],
"author": "Harry Xue",
"license": "AGPL-3.0+",
"bugs": {
"url": "https://github.com/harryxue1999/health-kit/issues"
},
"homepage": "https://github.com/harryxue1999/health-kit#readme",
"private": true,
"dependencies": {
"addresser": "^1.1.19",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-session": "^1.17.0",
"mailgun-js": "^0.22.0",
"moment": "^2.24.0",
"mongoose": "^5.9.7",
"mustache": "^4.0.1",
"node-fetch": "^2.6.0",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"socket.io": "^2.3.0",
"usps-webtools-promise": "^2.1.2"
},
"devDependencies": {
"address-validator": "^0.2.3",
"csv-parser": "^2.3.2",
"nodemon": "^2.0.3"
}
}