forked from jamesjackson/braveapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 966 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": "braveapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "source ./private/env-vars && gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamesjackson/braveapp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jamesjackson/braveapp/issues"
},
"homepage": "https://github.com/jamesjackson/braveapp#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"connect-mongo": "^1.2.0",
"express-session": "^1.13.0",
"gulp": "^3.9.1",
"gulp-env": "^0.4.0",
"gulp-nodemon": "^2.0.7",
"mongoose": "^4.4.19",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-restify": "^1.0.1",
"restify": "^4.1.0"
},
"engines": {
"node": "5.5.0"
},
"devDependencies": {
"gulp-ejs": "^2.1.1",
"gulp-ext-replace": "^0.3.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.6"
}
}