weightconverter
Version:
Transforms units from kilogram to pound and pound to kilogram
33 lines (32 loc) • 751 B
JSON
{
"name": "weightconverter",
"version": "0.1.0",
"description": "Transforms units from kilogram to pound and pound to kilogram",
"main": "dist/src/weightconverter.js",
"scripts": {
"build": "babel src/weightconverter.js -d dist",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alessag/weightconverter.git"
},
"keywords": [
"kg",
"lb",
"kilogram",
"pounds",
"transform",
"converter",
"units",
"weight"
],
"author": "Alessandra Amicarella <alessamica@gmail.com> (https://twitter.com/Aleg966)",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.6.0",
"chai": "^4.1.0",
"mocha": "^3.4.2"
}
}