UNPKG

binary-prefix

Version:

Return a list of binary or decimal SI unit prefixes.

31 lines (30 loc) 569 B
{ "name": "binary-prefix", "version": "1.1.1", "description": "Return a list of binary or decimal SI unit prefixes.", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git://github.com/akenn/binary-prefix" }, "author": "Andrew Kennedy <andrew@akenn.org>", "keywords": [ "binary", "prefix", "prefixes", "decimal", "SI", "unit" ], "license": "MIT", "dependencies": { "lodash": "^2.4.2" }, "devDependencies": { "chai": "^2.2.0", "mocha": "^2.2.4" } }