-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1 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
{
"name": "projectex1",
"version": "1.0.0",
"description": "",
"main": "server/server.js",
"scripts": {
"start": "node server/server.js",
"lint": "eslint --ignore-pattern dist ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ncs-jss/Project_ex01.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ncs-jss/Project_ex01/issues"
},
"homepage": "https://github.com/ncs-jss/Project_ex01#readme",
"dependencies": {
"body-parser": "^1.18.3",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"hbs": "^4.0.1",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.10",
"mongodb": "^3.0.10",
"mongoose": "^5.1.5",
"validator": "^10.4.0"
},
"devDependencies": {
"eslint": "^5.0.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0"
}
}