-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.22 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
42
43
44
45
46
47
48
49
{
"name": "pbi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"camelcase-keys-deep": "^0.1.0",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.3",
"env2": "^2.2.2",
"express": "^4.16.3",
"express-fileupload": "^1.0.0-alpha.1",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"js-alert": "^1.0.4",
"jsonwebtoken": "^8.3.0",
"node-excel-export": "^1.4.4",
"pg": "^7.4.3",
"pg-hstore": "^2.3.2",
"sequelize": "^4.39.0",
"serve-favicon": "^2.5.0",
"snakecase-keys": "^1.2.0",
"sweetalert2": "^7.28.4",
"validator": "^10.8.0"
},
"devDependencies": {
"eslint": "^5.6.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"nodemon": "^1.18.4",
"env2": "^2.2.2"
},
"scripts": {
"start": "node src/index.js",
"dev": "NODE_ENV=development nodemon -x 'npm start'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FACG5/PBI.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FACG5/PBI/issues"
},
"homepage": "https://github.com/FACG5/PBI#readme"
}