{
  "name": "gini",
  "version": "1.1.7",
  "description": "Calculate the Gini coefficient of a data set.",
  "author": "DSTIL",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/dstil/gini.git"
  },
  "bugs": {
    "url": "https://github.com/dstil/gini/issues"
  },
  "main": "./index.js",
  "bin": "./cli.js",
  "scripts": {
    "precommit": "npm test",
    "prepush": "npm test",
    "test": "mocha --require should"
  },
  "dependencies": {},
  "devDependencies": {
    "husky": "0.6.2",
    "mocha": "2.1.0",
    "should": "4.6.3"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "keywords": [
    "gini",
    "coefficient",
    "index",
    "ratio",
    "equality",
    "inequality",
    "math",
    "statistic",
    "lorenz"
  ]
}
