ethereumjs-units
Version:
Ethereum unit conversion.
44 lines (43 loc) • 1.04 kB
JSON
{
"name": "ethereumjs-units",
"version": "0.2.0",
"description": "Ethereum unit conversion.",
"main": "index.js",
"scripts": {
"coverage": "istanbul cover _mocha",
"coveralls": "npm run coverage && coveralls <coverage/lcov.info",
"lint": "standard",
"prepublish": "npm run lint && npm run test",
"test": "istanbul test mocha -- --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereumjs/ethereumjs-units.git"
},
"keywords": [
"ethereum",
"units",
"conversion"
],
"author": "Alex Beregszaszi <alex@rtfs.hu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ethereumjs/ethereumjs-units/issues"
},
"homepage": "https://github.com/ethereumjs/ethereumjs-units#readme",
"dependencies": {
"bignumber.js": "^2.3.0"
},
"devDependencies": {
"coveralls": "^2.11.4",
"istanbul": "^0.4.1",
"mocha": "^2.3.4",
"standard": "^5.4.1"
},
"standard": {
"globals": [
"describe",
"it"
]
}
}