UNPKG

2.15 kBJSONView Raw
1{
2 "name": "@shoutem/redux-io",
3 "version": "1.4.0",
4 "description": "Action creators, reducers and middleware for simple handling of normalized json api data in state",
5 "main": "index.js",
6 "scripts": {
7 "lint": "eslint src test",
8 "test": "mocha --require babelTestSetup --reporter spec --recursive test",
9 "coverage": "babel-node node_modules/isparta/bin/isparta cover --report text --report html node_modules/mocha/bin/_mocha -- -R spec --recursive test",
10 "build": "babel src --out-dir lib && npm run move",
11 "move": "copyfiles package.json .npmignore lib",
12 "pack-lib": "npm pack lib"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://git@bitbucket.org:fiveminutes/redux-api-state.git"
17 },
18 "keywords": [
19 "redux",
20 "json-api",
21 "normalize",
22 "denormalize",
23 "simple",
24 "crud"
25 ],
26 "author": "Shoutem",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://bitbucket.org/fiveminutes/redux-api-state/issues"
30 },
31 "homepage": "https://bitbucket.org/fiveminutes/redux-api-state#readme",
32 "devDependencies": {
33 "babel-cli": "^6.9.0",
34 "babel-core": "^6.9.1",
35 "babel-eslint": "^6.0.0",
36 "babel-preset-es2015": "^6.9.0",
37 "babel-preset-stage-0": "^6.3.13",
38 "babel-register": "^6.9.0",
39 "chai": "^3.5.0",
40 "chai-shallow-deep-equal": "^1.4.0",
41 "copyfiles": "^1.2.0",
42 "deep-freeze": "0.0.1",
43 "eslint": "^2.11.1",
44 "eslint-config-airbnb": "^9.0.1",
45 "eslint-plugin-flow-vars": "^0.4.0",
46 "eslint-plugin-import": "^1.8.1",
47 "eslint-plugin-jsx-a11y": "^1.3.0",
48 "eslint-plugin-react": "^5.1.1",
49 "estraverse-fb": "^1.3.1",
50 "isparta": "^4.0.0",
51 "istanbul": "0.4.4",
52 "mocha": "^2.5.3",
53 "nock": "^8.0.0",
54 "redux-mock-store": "^1.1.0",
55 "sinon": "^1.17.4"
56 },
57 "dependencies": {
58 "@shoutem/json-api-denormalizer": "^0.3.3",
59 "lodash": "^4.13.1",
60 "redux": "^3.3.1",
61 "redux-api-middleware": "2.0.0-beta.1",
62 "redux-batched-actions": "^0.1.2",
63 "redux-thunk": "^2.0.0",
64 "urijs": "^1.18.10",
65 "z-schema": "^3.17.0"
66 }
67}