forked from vikingeducation/project_mimirs_market
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "project_mimirs_market",
"version": "1.0.0",
"description": "Austin",
"main": "app.js",
"directories": {
"lib": "lib"
},
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/steven4354/project_mimirs_market.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/steven4354/project_mimirs_market/issues"
},
"homepage": "https://github.com/steven4354/project_mimirs_market#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": "0.0.2",
"express-flash-messages": "^0.1.1",
"express-handlebars": "^3.0.0",
"express-method-override-get-post-support": "^1.0.0",
"faker": "^4.1.0",
"load-helpers": "^1.0.1",
"method-override": "^2.3.10",
"mongoose": "^4.13.6",
"morgan": "^1.9.0",
"morgan-toolkit": "^1.0.2",
"pg": "^6.4.2",
"pg-hstore": "^2.3.2",
"sequelize": "^4.27.0"
}
}