{ "name": "redux-devtools", "version": "3.3.2", "description": "Redux DevTools with hot reloading and time travel", "main": "lib/index.js", "scripts": { "clean": "rimraf lib", "build": "babel src --out-dir lib", "lint": "eslint src test examples", "test": "cross-env NODE_ENV=test mocha --compilers js:babel-core/register --recursive", "test:watch": "cross-env NODE_ENV=test mocha --compilers js:babel-core/register --recursive --watch", "test:cov": "babel-node ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha -- --recursive", "prepublish": "npm run lint && npm run test && npm run clean && npm run build" }, "files": [ "lib", "src" ], "repository": { "type": "git", "url": "https://github.com/gaearon/redux-devtools.git" }, "keywords": [ "redux", "devtools", "flux", "hot reloading", "time travel", "live edit" ], "author": "Dan Abramov (http://github.com/gaearon)", "license": "MIT", "bugs": { "url": "https://github.com/gaearon/redux-devtools/issues" }, "homepage": "https://github.com/gaearon/redux-devtools", "devDependencies": { "babel-cli": "^6.3.17", "babel-core": "^6.3.17", "babel-eslint": "^4.1.6", "babel-loader": "^6.2.0", "babel-preset-es2015-loose": "^6.1.3", "babel-preset-react": "6.3.13", "babel-preset-stage-0": "^6.3.13", "cross-env": "3.1.3", "eslint": "^0.23", "eslint-config-airbnb": "0.0.6", "eslint-plugin-react": "^2.3.0", "expect": "^1.6.0", "isparta": "^3.0.3", "jsdom": "^6.5.1", "mocha": "^2.2.5", "mocha-jsdom": "^1.0.0", "react": "^0.14.0", "react-addons-test-utils": "^0.14.0", "react-dom": "^0.14.0", "react-redux": "^4.0.0", "redux": "^3.5.2", "rimraf": "^2.3.4", "webpack": "^1.11.0" }, "peerDependencies": { "react": "^0.14.0 || ^15.0.0", "react-redux": "^4.0.0 || ^5.0.0", "redux": "^3.5.2" }, "dependencies": { "lodash": "^4.2.0", "redux-devtools-instrument": "^1.0.1" } }