-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 904 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 904 Bytes
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
{
"name": "Raven",
"version": "1.0.0",
"description": "Only this and nothing more.",
"main": "index.js",
"repository": "https://github.com/maybulb/raven",
"author": "Maybulb",
"license": "MPL-2.0",
"scripts": {
"mongo": "brew install mongodb && mongod",
"start": "npm i && node index.js"
},
"dependencies": {
"bcrypt": "^1.0.2",
"body-parser": "^1.15.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"express-messages": "^1.0.1",
"express-session": "^1.14.2",
"gulp": "^3.9.1",
"gulp-sass": "^3.0.0",
"jsonwebtoken": "^7.3.0",
"moment": "^2.17.1",
"mongoose": "^4.7.3",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-google-oauth": "^1.0.0",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4"
}
}