-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "download_mobile_app",
"description": "Provide various platforms:android,ios,wp",
"version": "0.0.1",
"private": true,
"dependencies": {
"express": "4.x",
"jade": "~1.7.0",
"body-parser": "~1.8.2",
"method-override": "~3.0.0",
"redis": "~0.12.1",
"mongodb": "~1.4.12",
"cli-color": "~0.3.2",
"underscore": "~1.7.0",
"async": "~0.9.0",
"supervisor": "~0.6.0",
"gulp": "~3.8.8",
"gulp-uglify": "~1.0.1",
"gulp-concat": "~2.4.1",
"gulp-notify": "~1.7.0",
"gulp-sourcemaps": "~1.2.2",
"del": "~0.1.3",
"csurf": "~1.6.1",
"cookie-parser": "~1.3.3",
"express-session": "~1.8.2",
"mongoose": "~5.7.6",
"bcrypt-nodejs": "0.0.3",
"validator": "~3.19.0",
"connect-mongo": "~0.4.1",
"easyimage": "~1.0.3",
"tmp": "0.0.24",
"nodemailer": "~1.3.0",
"nodemailer-smtp-transport": "~0.1.13",
"node-uuid": "~1.4.1",
"slug": "~0.8.0"
},
"devDependencies": {
"gulp-util": "~2.2.13",
"gulp": "~3.5.0",
"gulp-uglify": "~0.2.0",
"gulp-concat": "~2.1.7",
"gulp-notify": "1.2.5",
"gulp-minify-css": "~0.3.11",
"gulp-rename": "~1.2.0"
}
}