redux-devtools-bubbles-monitor
Version:
Toastr notifications of redux actions
63 lines (62 loc) • 1.84 kB
JSON
{
"name": "redux-devtools-bubbles-monitor",
"version": "0.1.1",
"description": "Toastr notifications of redux actions",
"main": "lib/index.js",
"scripts": {
"clean": "rimraf lib",
"prebuild": "npm run clean",
"build": "babel src --out-dir lib && cp ./src/toastr.min.css lib",
"watch": "npm run clean && babel src --watch --out-dir lib && cp ./src/toastr.min.css lib",
"lint": "eslint src test",
"test": "NODE_ENV=test mocha --compilers js:babel/register --recursive",
"test:watch": "NODE_ENV=test mocha --compilers js:babel/register --recursive --watch",
"prepublish": "npm run test && npm run clean && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/eknuth/redux-devtools-bubbles-monitor"
},
"keywords": [
"redux",
"devtools",
"flux",
"react",
"hot reloading",
"time travel",
"live edit"
],
"author": "Edwin Knuth <eknuth@gmail.com> (http://github.com/eknuth)",
"license": "MIT",
"bugs": {
"url": "https://github.com/eknuth/redux-devtools-bubbles-monitor/issues"
},
"homepage": "https://github.com/eknuth/redux-devtools-bubbles-monitor",
"devDependencies": {
"babel": "^5.5.8",
"babel-core": "^5.6.18",
"babel-eslint": "^3.1.15",
"babel-loader": "^5.1.4",
"eslint": "^0.23",
"eslint-config-airbnb": "0.0.6",
"eslint-plugin-react": "^2.3.0",
"expect": "^1.6.0",
"jsdom": "^8.1.0",
"mocha": "^2.2.5",
"mocha-jsdom": "^1.0.0",
"react": "^0.14.7",
"redux-devtools": "^3.1.1",
"rimraf": "^2.3.4",
"webpack": "^1.11.0"
},
"peerDependencies": {
"react": "^0.14.7",
"redux-devtools": "^3.1.1"
},
"dependencies": {
"flux-standard-action": "^0.6.0",
"jquery": "^2.1.4",
"react-pure-render": "^1.0.2",
"toastr": "^2.1.2"
}
}