UNPKG

gini-ss

Version:

compute Gini coefficient with small sample correction

30 lines (29 loc) 707 B
{ "name": "gini-ss", "version": "0.2.1", "description": "compute Gini coefficient with small sample correction", "main": "index.js", "scripts": { "test": "node_modules/.bin/mocha --reporter spec --slow 50 --timeout 2000" }, "repository": { "type": "git", "url": "git+https://github.com/drpaulbrewer/gini-ss.git" }, "keywords": [ "Gini", "economics", "inequality" ], "author": "drpaulbrewer@eaftc.com", "license": "MIT", "bugs": { "url": "https://github.com/drpaulbrewer/gini-ss/issues" }, "homepage": "https://github.com/drpaulbrewer/gini-ss#readme", "devDependencies": { "mocha": "^5.0.0", "should": "^13.1.2" }, "dependencies": {} }