-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 870 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
{
"name": "admin2.blln.io",
"version": "1.0.0",
"description": "Administration tool for blln.io",
"main": "index.js",
"scripts": {
"start": "node index.js",
"lint": "eslint . --cache",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Alexander Wolf <[email protected]>",
"license": "ISC",
"dependencies": {
"bcrypt": "^2.0.1",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"npm": "^5.8.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.4.1",
"pg-hstore": "^2.3.2",
"sequelize": "^4.37.6"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-prettier": "^2.6.0",
"prettier": "^1.12.1"
}
}