-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.64 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "Undiscovered",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node app.js",
"test": "mocha"
},
"dependencies": {
"body-parser": "~1.12.4",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.8.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"dotenv": "^1.2.0",
"ejs": "^2.3.1",
"expect.js": "^0.3.1",
"express": "~4.12.4",
"express-ejs-layouts": "^1.1.0",
"express-session": "^1.11.3",
"express-session-mongo": "https://github.com/trottski/express-session-mongo/archive/master.tar.gz",
"faker": "^2.1.5",
"googleapis": "^2.0.5",
"heroku-env": "^0.2.0",
"jade": "~1.9.2",
"mocha": "^2.2.5",
"mongoose": "^4.0.5",
"mongoose-q": "0.0.17",
"morgan": "~1.5.3",
"nodemon": "^1.3.7",
"passport": "^0.2.2",
"passport-google-oauth2": "^0.1.6",
"passport-local": "^1.0.0",
"serve-favicon": "~2.2.1",
"superagent": "^1.2.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-cssmin": "^0.1.7",
"gulp-less": "^3.0.3",
"gulp-plumber": "^1.0.1",
"gulp-uglify": "^1.2.0",
"less": "^2.5.1",
"path": "^0.11.14",
"plumber": "^0.4.8"
},
"engines": {
"node": "0.12.x"
},
"description": "Local authentic experiences",
"main": "app.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/angieellis/yourguide-js.git"
},
"author": "kei spenser angie",
"license": "ISC",
"bugs": {
"url": "https://github.com/angieellis/yourguide-js/issues"
},
"homepage": "https://github.com/angieellis/yourguide-js"
}