{
  "name": "convertidor_peso",
  "version": "0.1.0",
  "description": "Modulo para convertir kilogramos a libras y viceversa",
  "main": "dist/convertidor_peso.js",
  "scripts": {
    "build": "babel src -d dist",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/IvanTadeoHuerta/convertidor_peso.git"
  },
  "keywords": [
    "kilogramos",
    "a",
    "libras",
    "javascript",
    "js"
  ],
  "author": "Ivan Tadeo Huerta <ivantec5sem@gmail.com>",
  "license": "MIT ",
  "bugs": {
    "url": "https://github.com/IvanTadeoHuerta/convertidor_peso/issues"
  },
  "homepage": "https://github.com/IvanTadeoHuerta/convertidor_peso#readme",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-preset-env": "^1.6.0",
    "chai": "^4.0.2",
    "mocha": "^3.4.2"
  }
}
