-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.07 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": "PoopHaikus",
"version": "0.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"koa": "~0.12.2",
"koa-router": "~3.4.0",
"koa-mount": "~1.3.0",
"koa-logger": "~1.2.2",
"koa-views": "~2.1.0",
"bluebird": "~2.3.5",
"rhyme": "0.0.3",
"monk": "~0.9.0",
"co-monk": "~1.0.0",
"moment": "~2.8.3",
"koa-json": "~1.1.1",
"slug": "~0.8.0",
"koa-static": "~1.4.7",
"koa-gzip": "~0.1.0",
"koa-etag": "~2.0.0",
"wan": "0.0.6",
"koa-generic-session": "~1.2.2",
"koa-userauth": "~1.1.2"
},
"devDependencies": {
"gulp": "~3.8.8",
"gulp-watch": "~0.6.8",
"gulp-uglify": "~0.3.1",
"gulp-concat": "~2.3.3",
"gulp-imagemin": "~0.6.1",
"gulp-compass": "~1.1.9",
"gulp-minify-css": "~0.3.6",
"imagemin-pngcrush": "~0.1.0",
"gulp-image": "~0.4.2",
"gulp-jshint": "~1.8.4",
"jshint-stylish": "~0.4.0",
"faker": "~2.0.1",
"gulp-nodemon": "~1.0.4"
}
}