UNPKG

redux-devtools-log-monitor-no-peers

Version:
62 lines (61 loc) 1.78 kB
{ "name": "redux-devtools-log-monitor-no-peers", "version": "1.0.6", "description": "The default tree view monitor for Redux DevTools", "main": "lib/index.js", "files": [ "lib", "src" ], "scripts": { "clean": "rimraf lib", "build": "babel src --out-dir lib", "lint": "eslint src test", "test": "NODE_ENV=test mocha --compilers js:babel-core/register --recursive", "test:watch": "NODE_ENV=test mocha --compilers js:babel-core/register --recursive --watch", "prepublish": "npm run lint && npm run test && npm run clean && npm run build" }, "repository": { "type": "git", "url": "https://github.com/gaearon/redux-devtools-log-monitor.git" }, "keywords": [ "redux", "devtools", "flux", "react", "hot reloading", "time travel", "live edit" ], "author": "Dan Abramov <dan.abramov@me.com> (http://github.com/gaearon)", "license": "MIT", "bugs": { "url": "https://github.com/gaearon/redux-devtools-log-monitor/issues" }, "homepage": "https://github.com/gaearon/redux-devtools-log-monitor", "devDependencies": { "babel-cli": "^6.3.15", "babel-core": "^6.1.20", "babel-eslint": "^5.0.0-beta4", "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", "eslint": "^0.23", "eslint-config-airbnb": "0.0.6", "eslint-plugin-react": "^3.6.3", "expect": "^1.6.0", "mocha": "^2.2.5", "mocha-jsdom": "^1.0.0", "react": "^0.14.0", "rimraf": "^2.3.4", "webpack": "^1.11.0" }, "dependencies": { "react-json-tree": "0.5.5", "react-pure-render": "^1.0.2", "redux-devtools-no-peers": "^3.0.0", "redux-devtools-themes": "^1.0.0" } }