-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 957 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
39
40
41
42
43
{
"name": "medpoints",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": ">= 7.6.0"
},
"scripts": {
"start": "node ./start.js",
"dev": "nodemon ./start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MedPoints/site.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MedPoints/site/issues"
},
"homepage": "https://github.com/MedPoints/site#readme",
"dependencies": {
"lodash": ">=4.17.5",
"axios": "^0.18.0",
"bluebird": "^3.5.2",
"body-parser": "^1.18.3",
"config": "1.30.0",
"cookie-parser": "^1.4.3",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"moment": "^2.22.2",
"qs": "^6.5.2"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-uglify-cli": "^0.1.7",
"nodemon": "^1.17.5",
"yargs": "^12.0.1"
}
}