{
  "name": "conversor_unidades",
  "version": "0.1.0",
  "description": "conversor de unidades de peso",
  "main": "dist/src/conversor.js",
  "scripts": {
    "build": "babel src/conversor.js -d dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jhonfre9419/coversor.git"
  },
  "keywords": [
    "conversor",
    "unidades",
    "kilogramos",
    "libras",
    "gramos",
    "kilo"
  ],
  "author": "jhon freddy salamanca",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jhonfre9419/coversor/issues"
  },
  "homepage": "https://github.com/jhonfre9419/coversor#readme",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-preset-env": "^1.5.2"
  }
}
