-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.21 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.21 KB
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
{
"name": "nov-hackaton-studious-chainsaw",
"version": "1.0.0",
"description": "HACKATON NOV 2017",
"main": "app.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SamuelLangenfeld/nov-hackaton-studious-chainsaw.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SamuelLangenfeld/nov-hackaton-studious-chainsaw/issues"
},
"homepage": "https://github.com/SamuelLangenfeld/nov-hackaton-studious-chainsaw#readme",
"dependencies": {
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-flash-messages": "^0.1.1",
"express-handlebars": "^3.0.0",
"express-method-override-get-post-support": "^1.0.1",
"load-helpers": "^1.0.1",
"lodash": "^4.17.4",
"method-override": "^2.3.10",
"mongoose": "^4.13.7",
"mongooseeder": "^2.0.6",
"morgan": "^1.9.0",
"morgan-toolkit": "^1.0.2",
"socket.io": "^2.0.4"
},
"engines": {
"node": "v8.5.0"
}
}