my-base-convertor
Version:
A npm module facilitating base conversions between binary, decimal, hexadecimal, and octal in Javasctipt.
31 lines (30 loc) • 779 B
JSON
{
"name": "my-base-convertor",
"version": "1.0.0",
"description": "A npm module facilitating base conversions between binary, decimal, hexadecimal, and octal in Javasctipt.",
"main": "index.js",
"scripts": {
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mayankanand2701/Base-Convertor.git"
},
"keywords": [
"Base Conversion",
"Number Conversion",
"Number System Convertor",
"Decimal",
"Hexadecimal",
"Binary",
"Octal",
"Number System",
"Javasctipt"
],
"author": "Mayank Anand",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mayankanand2701/Base-Convertor/issues"
},
"homepage": "https://github.com/mayankanand2701/Base-Convertor#readme"
}