UNPKG

platzom_luis

Version:

tranlate your words into the platzom language

33 lines (32 loc) 750 B
{ "name": "platzom_luis", "version": "0.1.0", "description": "tranlate your words into the platzom language", "main": "dist/src/platzom.js", "scripts": { "build": "babel src/platzom.js -d dist", "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/Legendarywicho/Platzom.git" }, "keywords": [ "Platzom", "platzi", "fundamentals", "of", "js" ], "author": "Luis Santiago <luissantiagodev@gmail.com> (https://twitter.com/Fercode7)", "license": "MIT", "bugs": { "url": "https://github.com/Legendarywicho/Platzom/issues" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-preset-env": "^1.6.0", "chai": "^4.1.1", "mocha": "^3.5.0" } }