UNPKG

hp-redux

Version:
45 lines (44 loc) 1.09 kB
{ "name": "hp-redux", "version": "0.1.1", "patch": "7.0.0.15590", "description": "Hearthstone simulator", "main": "src/index.js", "scripts": { "test": "nyc mocha \"test/**/*.js\"", "lint": "eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/Bebersohl/hp-redux.git" }, "keywords": [ "Hearthstone", "Hearthpebble", "redux" ], "author": "Brandon Ebersohl", "license": "MIT", "bugs": { "url": "https://github.com/Bebersohl/hp-redux/issues" }, "homepage": "https://github.com/Bebersohl/hp-redux#readme", "dependencies": { "lodash": "^4.17.2", "redux": "^3.6.0", "redux-thunk": "^2.1.0", "shortid": "^2.2.6" }, "devDependencies": { "chai": "^3.5.0", "coveralls": "^2.11.15", "eslint": "^3.12.1", "eslint-config-airbnb": "^13.0.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-react": "^6.8.0", "mocha": "^3.2.0", "nyc": "^10.0.0", "redux-mock-store": "^1.2.1" } }