UNPKG

743 BJSONView Raw
1{
2 "name": "react-redux-models",
3 "version": "0.2.1",
4 "description": "",
5 "main": "dist/index.js",
6 "scripts": {
7 "build": "babel src --out-dir dist",
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "author": "Zet Chou (tz5514@gmail.com)",
11 "license": "ISC",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/tz5514/react-redux-models.git"
15 },
16 "keywords": [
17 "redux",
18 "react-redux",
19 "redux-model",
20 "reducer"
21 ],
22 "dependencies": {
23 "babel-core": "^6.24.1",
24 "babel-preset-env": "^1.5.1",
25 "babel-preset-react": "^6.24.1",
26 "babel-preset-stage-0": "^6.24.1",
27 "lodash": "^4.17.4",
28 "react-redux": "^5.0.5",
29 "redux": "^3.6.0",
30 "reselect": "^3.0.1"
31 }
32}