-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "meetup-site",
"version": "1.0.0",
"description": "",
"main": "lib/app.js",
"dependencies": {
"body-parser": "^1.14.1",
"bytes": "^2.1.0",
"canvas": "^1.2.11",
"config": "^1.16.0",
"content-type": "^1.0.1",
"cookie-parser": "^1.4.0",
"cookie-session": "^1.2.0",
"crypto": "0.0.3",
"debug": "^2.2.0",
"depd": "^1.1.0",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-babel": "^5.3.0",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.1",
"gulp-react": "^3.1.0",
"gulp-uglify": "^1.4.2",
"http-errors": "^1.3.1",
"iconv-lite": "^0.4.13",
"mongoose": "^4.1.11",
"mongoose-class-wrapper": "^0.5.0",
"nodemailer": "0.7.1",
"on-finished": "^2.3.0",
"qs": "^5.2.0",
"raw-body": "^2.1.4",
"type-is": "^1.6.9"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp && export NODE_ENV=production && node --harmony_destructuring lib/app.js"
},
"author": "",
"license": "ISC"
}