{
  "name": "wconverter",
  "version": "0.1.0",
  "description": "Weight Converter, paquete NPM para convertir pesos en libras, onzas y kilogramos.",
  "main": "dist/src/wconverter.js",
  "directories": {},
  "scripts": {
    "build": "babel src/wconverter.js -d dist",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wJeremias/wconverter.git"
  },
  "keywords": [
    "conversor",
    "pesos",
    "libras",
    "onzas",
    "kilogramos"
  ],
  "author": "wJeremías <wlf.jeremias@gmail.com> (http://www.walterlopezhn.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wJeremias/wconverter/issues"
  },
  "homepage": "https://github.com/wJeremias/wconverter#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "chai": "^4.1.2",
    "mocha": "^4.0.1"
  }
}
