{
  "name": "latin-numeros-a-letras.js",
  "version": "0.1.0",
  "description": "Paquete que convierte números a letras",
  "main": "build/index.js",
  "scripts": {
    "lint": "eslint src/index.js",
    "prebuild": "npm run lint",
    "build": "babel src --out-dir build",
    "pretest": "npm run build",
    "test": "babel-node test/index.js | tap-spec",
    "prepublish": "npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danielspk/LatinNumerosALetras.js.git"
  },
  "keywords": [
    "numeros",
    "letras",
    "latino"
  ],
  "author": "Daniel M. Spiridione <info@daniel-spiridione.com.ar> (http://daniel-spiridione.com.ar)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/danielspk/LatinNumerosALetras.js/issues"
  },
  "homepage": "https://github.com/danielspk/LatinNumerosALetras.js#readme",
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-cli": "^6.18.0",
    "babel-preset-es2015": "^6.18.0",
    "eslint": "^3.12.2",
    "eslint-config-airbnb-base": "^11.0.0",
    "eslint-plugin-import": "^2.2.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.6.3"
  }
}
