-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
43
{
"name": "urban-poet",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpleva91/urban-poet.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jpleva91/urban-poet/issues"
},
"homepage": "https://github.com/jpleva91/urban-poet#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"chai": "^4.1.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-ejs-layouts": "^2.3.1",
"express-session": "^1.15.6",
"hbs": "^4.0.1",
"method-override": "^2.3.10",
"mocha": "^4.0.1",
"mongoose": "^4.12.3",
"morgan": "^1.9.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"request": "^2.83.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0"
}
}