UNPKG

avg

Version:

calculate rounded averages

30 lines (29 loc) 651 B
{ "name": "avg", "version": "0.5.0", "description": "calculate rounded averages", "main": "index", "scripts": { "test": "mocha test/avg", "coverage": "nyc --reporter=lcov --reporter=text npm t", "build": "rm -rf dist && babel lib --out-dir dist" }, "repository": { "type": "git", "url": "git://github.com/robonaut/avg.git" }, "author": "Ilja Strobbe <ilja@smalltownheroes.be>", "bugs": { "url": "https://github.com/robonaut/avg/issues" }, "devDependencies": { "chai": "4.2.0", "mocha": "7.1.1", "nyc": "15.0.1" }, "keywords": [ "averages", "rounding" ], "dependencies": {} }