@bladelizard/platzom
Version:
Traductor de idioma platzom
30 lines (29 loc) • 655 B
JSON
{
"name": "@bladelizard/platzom",
"version": "0.1.2",
"description": "Traductor de idioma platzom",
"main": "dist/src/platzom.js",
"scripts": {
"build": "babel src/platzom.js -d dist",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gabrielnz/platzom.git"
},
"keywords": [
"platzom",
"platzi",
"fundamentos",
"javascript",
"js"
],
"author": "Gabriel Nunez <gabriel.nzn@gmail.com> (https://github.com/gabrielnz)",
"license": "MIT",
"devDependencies": {
"babel-cli": "6.24.1",
"babel-preset-env": "1.4.0",
"chai": "3.5.0",
"mocha": "3.2.0"
}
}