-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
{
"name": "psycat",
"version": "0.1.0",
"description": "Psychic cats with laser beams predicting the future.",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development NODE_PATH=\"$(pwd)\" browser-refresh application",
"prod": "NODE_ENV=production NODE_PATH=\"$(pwd)\" node application",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"koa": "^2.4.1",
"koa-bodyparser": "^4.2.0",
"koa-mount": "^3.0.0",
"koa-router": "^7.3.0",
"koa-static": "^4.0.1",
"lasso": "^2.11.21",
"lasso-babel-transform": "^1.0.1",
"lasso-marko": "^2.3.1",
"lasso-require": "^3.4.9",
"lasso-sass": "^3.0.0",
"marko": "^4.5.6",
"pixi.js": "^4.6.1",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^4.4.2",
"redux-thunk": "^2.2.0",
"require-self-ref": "^2.0.1",
"retardlog": "^0.1.6",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4"
},
"devDependencies": {
"browser-refresh": "^1.7.2",
"browser-refresh-taglib": "^1.1.0",
"eslint": "^4.11.0",
"eslint-config-airbnb-base": "^12.1.0"
}
}