forked from sintanial/dobble.game
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (36 loc) · 854 Bytes
/
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
{
"name": "dobble",
"version": "0.0.1",
"private": true,
"description": "funny game",
"scripts": {
"start": "node --harmony ./bin/www"
},
"dependencies": {
"intel": "~1.0",
"forever": "~0.11",
"swig": "~1.3.0",
"co": "~3.0",
"thunkify": "~2.1",
"koa": "~0.8",
"koa-static": "~1.4",
"koa-logger": "~1.2",
"koa-generic-session": "~1.1",
"koa-route": "~1.1",
"koa-bodyparser": "~1.0",
"koa-views": "~2.0",
"koa-locale": "~0.1",
"koa-flash": "~0.0.3",
"koa-i18n": "~0.1",
"koa-qs": "~1.0",
"koa-cash": "~1.0",
"node-compass": "0.2.3"
},
"devDependencies": {
"bower": "~1.3",
"debug": "1.x.x"
},
"engines": {
"node": ">= 0.11.9"
}
}