kgtolb
Version:
Es una calculadora de medidas de masa de LB a KG y KG a LB
44 lines (43 loc) • 965 B
JSON
{
"name": "kgtolb",
"version": "0.1.2",
"description": "Es una calculadora de medidas de masa de LB a KG y KG a LB",
"main": "dist/src/index.js",
"scripts": {
"build": "babel src/index.js -d dist",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Th3Cod3/KGtoLB.git"
},
"keywords": [
"KG",
"LB",
"Transform",
"convertir",
"Platzi",
"javascript",
"fundamentos"
],
"author": "Yefri Gonzalez <th3-cod3-1230@hotmail.com> (Th3Cod3)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Th3Cod3/KGtoLB/issues"
},
"homepage": "https://github.com/Th3Cod3/KGtoLB#readme",
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-preset-env": "^1.3.2",
"chai": "^3.5.0",
"mocha": "^3.2.0"
},
"directories": {
"test": "test"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-preset-env": "^1.3.2",
"chai": "^3.5.0"
}
}