forked from vikingeducation/assignment_thoreddit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.18 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.18 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
{
"name": "assignment_thoreddit",
"version": "1.0.0",
"description": "A social news web application for Viking thunder Gods",
"main": "app.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"seed": "node seeds",
"seeds": "node seeds",
"console": "node repl.js",
"c": "node repl.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Seeker0/assignment_thoreddit.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Seeker0/assignment_thoreddit/issues"
},
"homepage": "https://github.com/Seeker0/assignment_thoreddit#readme",
"dependencies": {
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"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.0",
"load-helpers": "^1.0.1",
"lodash": "^4.17.4",
"md5": "^2.2.1",
"method-override": "^2.3.10",
"mongoose": "^4.13.6",
"mongooseeder": "^2.0.5",
"morgan": "^1.9.0",
"morgan-toolkit": "^1.0.2"
}
}