{
  "name": "platin",
  "version": "0.1.0",
  "description": "Traductor de idioma platzom",
  "main": "dist/src/platin.js",
  "scripts": {
    "build": "babel src/platin.js -d dist",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/saulflores95/platin.git"
  },
  "keywords": [
    "Traductor"
  ],
  "author": "Saul Flores",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/saulflores95/platin/issues"
  },
  "homepage": "https://github.com/saulflores95/platin#readme",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-preset-env": "^1.4.0",
    "chai": "^3.5.0",
    "mocha": "^3.2.0"
  }
}
