{
  "name": "@gregorlopez/platzom",
  "version": "0.1.0",
  "description": "Traductor de idiomas platzom",
  "main": "dist/src/platzom.js",
  "scripts": {
    "build": "babel src/platzom.js -d dist",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GregorLopez/Platzom.js.git"
  },
  "keywords": [
    "Platzom",
    "Platzi",
    "Fundamentos",
    "js",
    "JavaScript"
  ],
  "author": "Gregor Lopez <gregorlopez.dev@gmail.com> (https://twitter.com/gregorlopezdev)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/GregorLopez/Platzom.js/issues"
  },
  "homepage": "https://github.com/GregorLopez/Platzom.js#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.6.0",
    "chai": "^4.1.2",
    "mocha": "^3.5.3"
  }
}
