UNPKG

478 BJSONView Raw
1{
2 "name": "horse",
3 "version": "1.1.0",
4 "description": "isomorphic react app core",
5 "main": "./index.es6.js",
6 "scripts": {
7 "test": "./node_modules/mocha/bin/mocha ./test/index.js"
8 },
9 "author": "reddit <jack@reddit.com>",
10 "license": "MIT",
11 "devDependencies": {
12 "babel": "^4.7.8",
13 "chai": "^2.1.0",
14 "mocha": "^2.1.0",
15 "sinon": "^1.12.2",
16 "sinon-chai": "^2.7.0"
17 },
18 "dependencies": {
19 "co": "^4.4.0",
20 "koa-router": "^4.2.0"
21 }
22}