-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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
{
"name": "meta.do",
"private": true,
"scripts": {
"start": "node app.js",
"postinstall": "gulp build"
},
"version": "0.0.1",
"description": "Meta community site web application",
"dependencies": {
"browser-sync": "^2.8.2",
"co": "^4.6.0",
"co-body": "^4.0.0",
"co-fs": "^1.2.0",
"co-monk": "^1.0.0",
"del": "^1.2.0",
"gulp": "~3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-changed": "^1.3.0",
"gulp-minify-css": "^1.2.0",
"gulp-nodemon": "^2.0.6",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-shell": "^0.5.2",
"kerberos": "0.0.17",
"koa": "1.1.2",
"koa-livereload": "^0.1.23",
"koa-route": "^2.4.2",
"koa-static": "^1.5.2",
"koa-views": "^3.1.0",
"migrate": "^0.2.2",
"moment": "^2.12.0",
"mongodb": "^1.4.39",
"mongoose": "^4.3.4",
"monk": "^1.0.1",
"nunjucks": "^2.2.0",
"validator": "^4.4.0"
},
"engines": {
"node": "5.0.0"
}
}