KyperTech/redux-grout

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "redux-grout",
  "version": "0.2.5",
  "description": "Redux tools for Grout library.",
  "main": "lib/index.js",
  "jsnext:main": "src/index.js",
  "scripts": {
    "clean": "rimraf lib coverage",
    "test": "mocha -R spec --compilers js:babel-core/register ./test/setup.js ./test/**/*.spec.js",
    "test:cov": "babel-node $(npm bin)/isparta cover --report lcov ./node_modules/mocha/bin/_mocha -- ./test --recursive",
    "build": "npm run clean && babel src --out-dir lib",
    "watch": "npm run build -- --watch",
    "prepublish": "npm run build && npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KyperTech/redux-grout.git"
  },
  "files": [
    "lib",
    "src"
  ],
  "keywords": [
    "redux",
    "middleware",
    "redux-middleware",
    "flux",
    "matter",
    "grout",
    "tessellate",
    "kyper",
    "react"
  ],
  "author": "Kyper Digital Inc. <kyper.dev@gmail.com>",
  "contributors": [
    {
      "name": "Scott Prue",
      "email": "<sprue.dev@gmail.com>"
    },
    {
      "name": "Mel van Londen",
      "email": "<melvanlonden@gmail.com>"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/KyperTech/redux-grout/issues"
  },
  "homepage": "https://github.com/KyperTech/redux-grout#readme",
  "dependencies": {
    "humps": "^1.0.0",
    "kyper-grout": "0.2.10",
    "lodash": "^4.5.1",
    "normalizr": "^2.0.0"
  },
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-cli": "^6.5.1",
    "babel-core": "^6.5.2",
    "babel-eslint": "^5.0.0-beta4",
    "babel-plugin-add-module-exports": "^0.1.2",
    "babel-plugin-lodash": "^2.0.1",
    "babel-preset-es2015": "^6.5.0",
    "babel-preset-stage-0": "^6.5.0",
    "chai": "^3.5.0",
    "chai-as-promised": "^5.2.0",
    "es6-promise": "^3.1.2",
    "isparta": "^4.0.0",
    "jsdom": "^8.0.2",
    "mocha": "^2.4.5",
    "rimraf": "^2.5.2"
  }
}