-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "projectwise-server",
"version": "1.2.0",
"description": "Server for projectwise",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Yogesh Kumar",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"bcrypt": "^3.0.0",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"dotenv": "^6.0.0",
"errorhandler": "^1.5.0",
"express": "^4.16.3",
"express-validator": "^5.2.0",
"http-status-codes": "^1.3.0",
"jsonwebtoken": "^8.3.0",
"limax": "^1.6.0",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"mongoose": "^5.2.2",
"morgan": "^1.9.0",
"passport": "^0.4.0",
"passport-github-token": "^2.1.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0"
},
"devDependencies": {
"eslint": "^5.1.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0"
}
}