-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 937 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 937 Bytes
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": "carent",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node Server/server.js"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"jade": "~1.11.0",
"method-override": "~2.0.2",
"mongoose": "~3.8.0",
"morgan": "~1.6.1",
"path": "^0.12.7",
"serve-favicon": "~2.3.0",
"socket.io": "^1.4.5"
},
"description": "Web app for Car rental managment",
"main": "server.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Dudu876/WebApps-Carent.git"
},
"engines": {
"node": "5.1.0",
"npm": "3.3.x"
},
"keywords": [
"heroku"
],
"author": "Dudu Lemberberg",
"license": "ISC",
"bugs": {
"url": "https://github.com/Dudu876/WebApps-Carent/issues"
},
"homepage": "https://github.com/Dudu876/WebApps-Carent#readme"
}