-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.29 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
{
"name": "gabba.io",
"version": "0.0.1",
"description": "",
"main": "server.js",
"private": false,
"author": {
"name": "Jesse Weed",
"email": "[email protected]",
"url": "http://jesseweed.com"
},
"license": "MIT",
"homepage": "http://gabba.io",
"repository": {
"type": "git",
"url": "https://github.com/gabbachat/gabba.io"
},
"bugs": {
"url": "https://github.com/gabbachat/gabba.io/issues"
},
"engines": {
"iojs": "^1.3.x",
"npm": "^0.1.12"
},
"dependencies": {
"browser-sync": "^2.2.1",
"colors": "^1.0.3",
"koa": "^0.18.0",
"koa-cors": "0.0.14",
"koa-gzip": "^0.1.0",
"koa-hbs": "^0.5.0",
"koa-jade": "latest",
"koa-less": "0.0.3",
"koa-polyfills": "^2.0.0",
"koa-route": "^2.4.0",
"koa-sass": "^1.0.0",
"koa-static": "^1.4.9",
"koa-stylus": "0.0.3",
"koajs-nunjucks": "^1.0.1",
"pog-router": "0.1.1",
"socket.io": "^1.3.4",
"thinky": "^1.16.6",
"bower": "latest",
"stylus": "latest"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-csso": "^1.0.0",
"gulp-if": "^1.2.5",
"gulp-load-plugins": "^0.8.1",
"gulp-nodemon": "^1.0.5",
"gulp-size": "^1.2.1"
}
}