-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
101 lines (101 loc) · 2.71 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "juwo",
"version": "1.0.0",
"description": "",
"main": "koatest/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node koatest/server.js"
},
"author": "Anirban Roy Das",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.4.1",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-latest": "^6.14.0",
"babelify": "^7.3.0",
"browser-sync": "^2.16.0",
"browserify": "^13.1.0",
"del": "^2.2.2",
"delete-empty": "^0.1.3",
"event-stream": "^3.3.4",
"glob": "^7.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.3.2",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.0",
"gulp-duration": "0.0.0",
"gulp-filter": "^4.0.0",
"gulp-flatmap": "^1.0.0",
"gulp-iconfont": "^8.0.1",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.3",
"gulp-load-plugins": "^1.3.0",
"gulp-minify-css": "^1.2.4",
"gulp-newer": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.2.0",
"gulp-remember": "^0.3.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-svgmin": "^1.2.3",
"gulp-uglify": "^2.0.0",
"gulp-uncss": "^1.0.6",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.10",
"imagemin": "^5.2.2",
"lazyreq": "^1.2.0",
"time-require": "^0.1.2",
"vinyl-buffer": "^1.0.0",
"vinyl-paths": "^2.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"amqplib": "^0.4.2",
"autosize": "^3.0.18",
"babel-runtime": "^6.11.6",
"bcrypt": "^0.8.7",
"bluebird": "^3.4.6",
"boom": "^4.2.0",
"bootstrap": "^3.3.7",
"bunyan": "^1.8.1",
"fs-readdir-recursive": "^1.0.0",
"helmet": "^2.3.0",
"jquery": "^3.1.1",
"js-yaml": "^3.6.1",
"koa": "^1.2.4",
"koa-better-body": "^3.0.0",
"koa-bunyan-logger": "^1.3.0",
"koa-csrf": "^2.5.0",
"koa-generic-session": "^1.11.3",
"koa-helmet": "^1.0.0",
"koa-passport": "^1.3.0",
"koa-redis": "^2.1.2",
"koa-response-time": "^1.0.2",
"koa-router": "^5.4.0",
"koa-static": "^2.0.0",
"koa-static-cache": "^3.1.7",
"koa-validate": "^1.0.7",
"koa-views": "^4.1.0",
"lodash": "^4.16.2",
"marko": "^3.11.7",
"mixwith": "^0.1.1",
"mongorito": "^2.1.2",
"object-sizeof": "^1.1.1",
"passport-facebook": "^2.1.1",
"passport-google-auth": "^1.0.1",
"passport-local": "^1.0.0",
"qs": "^6.2.1",
"redis": "^2.6.2",
"socket.io": "^1.5.1",
"socketio-auth": "^0.1.0",
"sodium": "^1.1.15",
"sugar-date": "^2.0.2",
"urlsafe-base64": "^1.0.0",
"yargs": "^5.0.0"
}
}