forked from lurenzsgp/IPC-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1016 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
{
"name": "ipc-project",
"version": "5.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.15.1",
"bookshelf": "^0.10.0",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"ejs": "~2.5.1",
"express": "~4.13.4",
"express-mysql-session": "^1.1.1",
"express-session": "^1.14.1",
"intro.js": "^2.2.0",
"jade": "~1.11.0",
"knex": "^0.11.10",
"morgan": "~1.7.0",
"multer": "^1.2.0",
"mysql": "~2.11.1",
"pg": "^6.1.0",
"serve-favicon": "~2.3.0"
},
"description": "Hello World",
"main": "server.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/lurenzsgp/IPC-project.git"
},
"author": "cazzoli lorenzo, luca casini, manfredi giordano, alice valentini",
"license": "ISC",
"bugs": {
"url": "https://github.com/lurenzsgp/IPC-project/issues"
},
"homepage": "https://github.com/lurenzsgp/IPC-project#readme",
"keywords": []
}