byte-converter
Version:
Converts different units of Bytes.
32 lines (31 loc) • 663 B
JSON
{
"name": "byte-converter",
"version": "0.1.4",
"devDependencies": {
"assert": "^1.1.2",
"mocha": "^2.0.1"
},
"description": "Converts different units of Bytes.",
"main": "lib/byte-converter",
"directories": {
"test": "test"
},
"dependencies": {},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/jvecchioli/byte-converter.git"
},
"keywords": [
"byte",
"conversion"
],
"author": "jvecchioli",
"license": "ISC",
"bugs": {
"url": "https://github.com/jvecchioli/byte-converter/issues"
},
"homepage": "https://github.com/jvecchioli/byte-converter"
}