-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1003 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
{
"name": "big-boss",
"version": "1.0.0",
"description": "Big Boss App",
"main": "app.js",
"scripts": {
"forever": "forever app.js",
"start": "node app.js",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/yarphen/big-boss.git"
},
"author": "yarphen",
"license": "MIT",
"bugs": {
"url": "https://github.com/yarphen/big-boss/issues"
},
"homepage": "https://github.com/yarphen/big-boss#readme",
"dependencies": {
"body-parser": "^1.18.3",
"config": "^2.0.1",
"cors": "^2.8.4",
"express": "^4.16.3",
"forever": "^0.15.3",
"jsonwebtoken": "^8.3.0",
"nodemailer": "^4.6.7",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"pg": "^7.4.3",
"sequelize": "^4.38.0"
},
"devDependencies": {
"eslint": "^5.2.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-async-await": "0.0.0",
"eslint-plugin-import": "^2.13.0"
}
}