UNPKG

redux-mock-store

Version:

[![Circle CI](https://circleci.com/gh/arnaudbenard/redux-mock-store/tree/master.svg?style=svg)](https://circleci.com/gh/arnaudbenard/redux-mock-store/tree/master)

34 lines (33 loc) 922 B
{ "name": "redux-mock-store", "version": "1.1.4", "description": "", "main": "lib/index.js", "typings": "./index.d.ts", "scripts": { "prepublish": "rimraf lib && babel src --out-dir lib", "lint": "standard src/*.js", "pretest": "npm run lint", "test": "mocha --compilers js:babel/register --reporter spec test/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/arnaudbenard/redux-mock-store.git" }, "author": "Arnaud Benard <arnaudm.benard@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/arnaudbenard/redux-mock-store/issues" }, "homepage": "https://github.com/arnaudbenard/redux-mock-store#readme", "devDependencies": { "babel": "^5.8.29", "expect": "^1.12.2", "mocha": "^2.3.3", "redux": "^3.0.4", "redux-thunk": "^2.0.1", "rimraf": "^2.4.3", "sinon": "^1.17.2", "standard": "^7.1.2" } }