forked from cglangan78/Bundlr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 988 Bytes
/
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
{
"name": "bundlr",
"version": "0.0.2",
"description": "Project 3",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "4.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cglangan78/Bundlr.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cglangan78/Bundlr/issues"
},
"homepage": "https://github.com/cglangan78/Bundlr#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.14.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.0",
"cors": "^2.7.1",
"dotenv": "^1.2.0",
"ejs": "^2.3.4",
"express": "^4.13.3",
"express-ejs-layouts": "^2.0.0",
"express-session": "^1.12.1",
"mongoose": "^4.2.7",
"morgan": "^1.6.1",
"passport": "^0.3.2",
"passport-facebook": "^2.0.0",
"passport-local": "^1.0.0",
"request": "^2.67.0",
"twit": "^2.1.1"
}
}