-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.14 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
44
45
46
47
48
49
{
"name": "chi-town-coders",
"version": "1.0.0",
"description": "This is going to be the future site for Supreme Chi-Town Coding Crew organization.",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon src/app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/sc3/chi-town-coders.git"
},
"keywords": [
"node",
"express",
"blog",
"website",
"heroku",
"jade",
"mongoose",
"mongodb"
],
"author": "Marcin Ufniarz",
"license": "MIT",
"bugs": {
"url": "https://github.com/sc3/chi-town-coders/issues"
},
"homepage": "https://github.com/sc3/chi-town-coders#readme",
"dependencies": {
"bcryptjs": "*",
"body-parser": "*",
"connect-flash": "*",
"cookie-parser": "*",
"express": "^4.13.4",
"express-messages": "*",
"express-session": "*",
"express-validator": "*",
"jade": "^1.11.0",
"mongodb": "*",
"mongoose": "^4.4.12",
"morgan": "*",
"passport": "*",
"passport-http": "*",
"passport-local": "*",
"password-reset": "^0.1.4",
"serve-favicon": "*"
}
}