UNPKG

1.64 kBJSONView Raw
1{
2 "name": "@r/platform",
3 "version": "0.4.0",
4 "description": "A set of tools to enable easy universal rendering and page navigation on a React + Redux stack",
5 "main": "platform.js",
6 "scripts": {
7 "lint": "eslint lib",
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/nramadas/r-platform.git"
13 },
14 "keywords": [
15 "reddit",
16 "platform",
17 "universal",
18 "isomorphic"
19 ],
20 "author": "nramadas",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/nramadas/r-platform/issues"
24 },
25 "homepage": "https://github.com/nramadas/r-platform#readme",
26 "dependencies": {
27 "chai": "3.5.0",
28 "chai-enzyme": "0.4.2",
29 "enzyme": "2.2.0",
30 "mocha": "2.4.5",
31 "react-addons-test-utils": "15.0.1",
32 "sinon": "1.17.3",
33 "sinon-chai": "2.8.0"
34 },
35 "devDependencies": {
36 "babel-eslint": "^6.0.4",
37 "babel-loader": "6.2.4",
38 "babel-plugin-transform-class-properties": "6.6.0",
39 "babel-plugin-transform-runtime": "6.7.5",
40 "babel-polyfill": "6.7.4",
41 "babel-preset-es2015": "6.6.0",
42 "babel-preset-react": "6.5.0",
43 "babel-preset-stage-2": "6.5.0",
44 "eslint": "^2.8.0",
45 "eslint-plugin-babel": "^3.2.0",
46 "node-notifier": "4.5.0",
47 "webpack": "1.13.0"
48 },
49 "peerDependencies": {
50 "babel-core": "^6.x",
51 "koa": "^2.x",
52 "koa-bodyparser": "^3.x",
53 "koa-router": "^7.x",
54 "koa-static": "^3.x",
55 "react": "^15.x",
56 "react-redux": "^4.x",
57 "react-dom": "^15.x",
58 "redux": "^3.x",
59 "reselect": "^2.x",
60 "lodash": "^4.x",
61 "@r/middleware": "^x"
62 }
63}