redux-logger
Version:
Logger for redux
46 lines (45 loc) • 1.35 kB
JSON
{
"name": "redux-logger",
"version": "1.0.8",
"description": "Logger for redux",
"main": "build/index.js",
"scripts": {
"test": "npm run lint",
"clean": "rimraf build",
"lint": "eslint src",
"build:module": "babel src --out-dir build",
"build:example": "webpack -p --config example/webpack.config.production.js",
"build": "npm run build:module && npm run build:example",
"prepublish": "npm run clean && npm run test && npm run build",
"deploy:ghpages": "gh-pages -d example/dist",
"deploy": "npm run build:example && git add -A && git commit -am 'chore: update build' && git push && npm run deploy:ghpages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fcomb/redux-logger.git"
},
"keywords": [
"redux",
"logger",
"redux-logger",
"redux",
"middleware"
],
"author": "Eugene Rodionov (https://github.com/theaqua)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fcomb/redux-logger/issues"
},
"homepage": "https://github.com/fcomb/redux-logger#readme",
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.24",
"babel-eslint": "^4.1.2",
"babel-loader": "^5.3.2",
"eslint": "^1.4.3",
"eslint-config-airbnb": "0.0.8",
"gh-pages": "^0.4.0",
"rimraf": "^2.4.3",
"webpack": "^1.12.1"
}
}