forked from lambtron/ladder
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 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
{
"name": "ladder",
"description": "A light-weight Elo rating web app.",
"version": "0.0.1",
"author": "Andy Jiang",
"main": "server/server",
"repository": {
"type": "git",
"url": "https://github.com/lambtron/ladder"
},
"engines": {
"node": "^0.12.x",
"npm": "^2.1.x"
},
"private": true,
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"co": "^4.6.0",
"co-monk": "^1.0.0",
"co-views": "^2.1.0",
"elo-rank": "^0.2.2",
"jsonwebtoken": "^7.2.1",
"jwt-decode": "^2.1.0",
"koa": "^1.2.4",
"koa-bodyparser": "^2.3.0",
"koa-jwt": "^1.3.1",
"koa-route": "^2.2.0",
"koa-static": "^1.4.9",
"material-ui": "^0.16.7",
"moment": "^2.10.2",
"monk": "^3.1.4",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-saga": "^0.14.3",
"superagent": "^1.1.0",
"swig": "^1.4.2",
"thunkify-wrap": "^1.0.4"
},
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "^6.22.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babelify": "^7.3.0",
"nodemon": "^1.11.0"
}
}