UNPKG

proportionate

Version:

Convenience methods for dealing with proportions (a part, share, or number considered in comparative relation to a whole).

50 lines (49 loc) 1.49 kB
{ "name": "proportionate", "version": "1.0.1", "description": "Convenience methods for dealing with proportions (a part, share, or number considered in comparative relation to a whole).", "main": "lib/index.js", "scripts": { "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- test -R spec", "codacy": "cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage -p .", "codeclimate": "codeclimate-test-reporter < coverage/lcov.info", "semantic-release": "semantic-release-gitlab" }, "directories": { "lib": "lib", "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/TSavo/proportionate-js.git" }, "keywords": [ "Javascript", "proportionate", "arrays" ], "author": "Travis Savo <evilgenius@nefariousplan.com>", "license": "MIT", "bugs": { "url": "https://github.com/TSavo/proportionate-js/issues" }, "homepage": "https://github.com/TSavo/proportionate-js#readme", "tonicExampleFilename": "example.js", "devDependencies": { "chai": "^3.5.0", "codacy-coverage": "^2.0.0", "codeclimate-test-reporter": "^0.4.0", "expect": "^1.20.2", "istanbul": "^0.4.5", "mocha": "^3.2.0", "mocha-circleci-reporter": "0.0.2", "mocha-junit-reporter": "^1.12.1", "semantic-release-gitlab": "^2.4.20", "xunit-file": "^1.0.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }