UNPKG

@mannini/lang

Version:
29 lines (28 loc) 634 B
{ "name": "@mannini/lang", "version": "0.1.0", "description": "Convertidor a Lang", "main": "dist/src/lang.js", "scripts": { "build": "babel src/lang.js -d dist", "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/Mannini/TestNpm.git" }, "keywords": [ "Lang", "JavaScript" ], "author": "Fernando Mani <fernandoemani@gmail.com> (https://twitter.com/fernandoemani)", "license": "MIT", "bugs": { "url": "https://github.com/Mannini/TestNpm/issues" }, "devDependencies": { "babel-cli": "^6.26.0", "chai": "^4.1.2", "mocha": "^5.1.1" } }