bagrounds/data-visualizer

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "data-visualizer",
  "version": "0.1.2",
  "description": "Visualize data",
  "main": "data-visualizer.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "pretest": "npm run lint",
    "test": "mocha",
    "precoverage": "rm -rf coverage",
    "coverage": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls",
    "postcoverage": "codeclimate-test-reporter < coverage/lcov.info",
    "predocument": "npm test && rm -rf docs",
    "document": "jsdoc --destination docs -c .jsdoc.json -r",
    "prelint": "standard-format -w",
    "lint": "eslint --ignore-path .gitignore .",
    "eslint": "eslint --ignore-path .gitignore .",
    "gh-pages": "gh-pages-deploy"
  },
  "dependencies": {
    "d3": "^3.5.17",
    "react": "^0.14.8",
    "react-d3-basic": "^1.6.11",
    "react-dom": "^0.14.8",
    "type-check": "^0.3.2"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "codeclimate-test-reporter": "^0.3.1",
    "coveralls": "^2.11.9",
    "eslint": "^2.9.0",
    "gh-pages-deploy": "^0.4.2",
    "istanbul": "^0.4.3",
    "jsdoc": "^3.4.0",
    "mocha": "^2.4.5",
    "mocha-lcov-reporter": "^1.2.0",
    "standard-format": "^2.2.1"
  },
  "gh-pages-deploy": {
    "staticpath": "docs",
    "prep": [
      "document"
    ],
    "noprompt": false
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bagrounds/data-visualizer.git"
  },
  "keywords": [
    "data",
    "visualize"
  ],
  "author": "Bryan Grounds <bagrounds@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bagrounds/data-visualizer/issues"
  },
  "homepage": "https://github.com/bagrounds/data-visualizer#readme"
}