-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.34 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
50
51
52
53
54
{
"name": "GSG_Libery",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"kill": "fuser -k 3000/tcp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FACG4/GSG_Libery.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FACG4/GSG_Libery/issues"
},
"homepage": "https://github.com/FACG4/GSG_Libery#readme",
"dependencies": {
"bcrypt": "^2.0.1",
"body-parser": "^1.18.3",
"compression": "^1.7.2",
"connect-flash": "*",
"cookie-parser": "^1.4.3",
"env2": "^2.2.0",
"express": "^4.16.3",
"express-fileupload": "^0.4.0",
"express-handlebars": "^3.0.0",
"express-messages": "*",
"express-session": "*",
"express-validator": "*",
"fs": "0.0.1-security",
"handlebars-helpers": "^0.10.0",
"jsonwebtoken": "^8.2.2",
"moment": "*",
"nodemailer": "^4.6.5",
"nodemon": "*",
"pg": "^7.4.3",
"socket.io": "^2.1.1",
"sweetalert": "^2.1.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0",
"supertest": "^3.1.0",
"tap-spec": "^5.0.0",
"tape": "^4.9.0"
}
}