UNPKG

fundamentosjavascript

Version:
30 lines (29 loc) 671 B
{ "name": "fundamentosjavascript", "version": "0.1.0", "description": "Idioma nuevo", "main": "dist/src/platzom.js", "scripts": { "build": "babel src/platzom.js -d dist", "test" :"mocha" }, "repository": { "type": "git", "url": "git+https://github.com/reneamarulandac/FundamentosJavascript.git" }, "keywords": [ "Idioma", "nuevo", "fundamentos", "javascript", "js" ], "author": "rene marulanda <rene.marulanda@gmail.com> (https://twitter.com/MaruloRenacuajo)", "license": "MIT", "devDependencies": { "babel-cli": "^6.24.1", "babel-preset-env": "^1.5.1", "chai": "^4.0.1", "mocha": "^3.4.2" } }