ericwooley/reduction-sauce

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "reduction-sauce",
  "version": "0.1.4",
  "description": "Simple key value reducers without boilerplate",
  "main": "dist/index.js",
  "scripts": {
    "test": "gulp",
    "lint": "gulp lint",
    "test-browser": "gulp test-browser",
    "watch": "gulp watch",
    "prepublish": "npm run test && npm run build",
    "build": "NODE_ENV='production' gulp build",
    "coverage": "gulp coverage",
    "fix": "eslint --fix src/ & eslint --fix test/ & eslint --fix gulpfile.babel.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ericwooley/reduction-sauce.git"
  },
  "keywords": [],
  "author": "Eric Wooley <ericwooley@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ericwooley/reduction-sauce/issues"
  },
  "homepage": "https://github.com/ericwooley/reduction-sauce",
  "peerDependencies": {
    "react-redux": "^4.x"
  },
  "devDependencies": {
    "babel-core": "^6.3.26",
    "babel-eslint": "^4.1.6",
    "babel-loader": "^6.2.0",
    "babel-plugin-transform-react-jsx": "^6.7.5",
    "babel-polyfill": "^6.3.14",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-stage-2": "^6.5.0",
    "babel-register": "^6.3.13",
    "chai": "^3.4.1",
    "del": "^2.2.0",
    "eslint": "^2.8.0",
    "eslint-config-standard": "^5.2.0",
    "eslint-config-standard-react": "^2.3.0",
    "eslint-plugin-promise": "^1.1.0",
    "eslint-plugin-react": "^5.0.1",
    "eslint-plugin-standard": "^1.3.2",
    "estraverse-fb": "^1.3.1",
    "expect": "^1.18.0",
    "expect-jsx": "^2.5.1",
    "glob": "^6.0.3",
    "gulp": "^3.9.0",
    "gulp-babel": "^6.1.1",
    "gulp-eslint": "^2.0.0",
    "gulp-filter": "^3.0.0",
    "gulp-istanbul": "^0.10.3",
    "gulp-jscs": "^3.0.0",
    "gulp-livereload": "^3.8.1",
    "gulp-load-plugins": "^1.1.0",
    "gulp-mocha": "^2.2.0",
    "gulp-plumber": "^1.0.1",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-uglify": "^1.5.1",
    "gulp-util": "^3.0.7",
    "isparta": "^4.0.0",
    "json-loader": "^0.5.3",
    "mocha": "^2.3.4",
    "react": "^15.0.1",
    "react-addons-test-utils": "^15.0.1",
    "react-dom": "^15.0.1",
    "react-redux": "^4.4.5",
    "redux": "^3.5.2",
    "simple-jsdom": "^2.0.0",
    "sinon": "^1.17.2",
    "sinon-chai": "^2.8.0",
    "vinyl-source-stream": "^1.1.0",
    "webpack": "^1.12.9",
    "webpack-stream": "^3.1.0"
  },
  "babelBoilerplateOptions": {
    "entryFileName": "index",
    "mainVarName": "reductionSauce"
  }
}