@aleja-0515/platzom
Version:
Traductor de idioma Platzom
30 lines (29 loc) • 660 B
JSON
{
"name": "@aleja-0515/platzom",
"version": "0.1.0",
"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/AlejaCorrea05/Platzom.git"
},
"keywords": [
"platzom",
"platzi",
"fundamentos",
"javascript",
"js"
],
"author": "Alejandra Correa <aleja_correa5@hotmail.com> (twitter.com/Aleja_M075)",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.6.0",
"chai": "^4.1.0",
"mocha": "^3.5.0"
}
}