-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.56 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.56 KB
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
{
"name": "quora",
"version": "0.0.0",
"private": true,
"engines": {
"node": "4.1.x"
},
"babel": {
"presets": [
"es2015"
]
},
"scripts": {
"start": "babel-node ./bin/www",
"postinstall": "bower i && gulp deploy",
"setup": "rm -rf node_modules public/vendor && touch .env && npm i && bower i"
},
"dependencies": {
"babel": "^6.3.13",
"babel-cli": "^6.3.15",
"babel-core": "^6.3.15",
"babel-preset-es2015": "^6.3.13",
"body-parser": "~1.13.2",
"bower": "^1.5.3",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"dotenv": "^1.2.0",
"ejs": "~2.3.3",
"express": "~4.13.1",
"express-jwt": "^3.1.0",
"express-stormpath": "^2.2.0",
"gridfstore": "0.0.2",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-concat": "^2.6.0",
"gulp-minify": "0.0.5",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.4.2",
"highlight.js": "^8.9.1",
"jsonwebtoken": "^5.4.0",
"kerberos": "0.0.17",
"knuth-shuffle": "^1.0.1",
"mailgun-js": "^0.7.7",
"marked": "^0.3.5",
"mixpanel": "^0.3.1",
"mongoose": "^4.1.10",
"mongoose-deep-populate": "^2.0.3",
"morgan": "~1.6.1",
"multer": "^1.1.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"q": "^1.4.1",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.1.18",
"gulp-babel": "^6.1.1",
"gulp-concat": "^2.6.0",
"gulp-minify": "0.0.5",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.4.2"
}
}