UNPKG

transpilr

Version:

transpile, watch, bundle and minify new javascript versions (es6 and newer) to older version es5

44 lines (43 loc) 954 B
{ "name": "transpilr", "version": "1.0.1", "description": "transpile, watch, bundle and minify new javascript versions (es6 and newer) to older version es5", "main": "index.js", "scripts": { "test": "mocha test/**/*.spec.js" }, "keywords": [ "Javascript", "Transpile", "Transpiler", "es5", "es6", "es2015", "watch", "bundle", "minify", "trnaspilr" ], "author": "Kerfalla Kourouma <kk_mat@hotmail.com>", "license": "ISC", "dependencies": { "babel-core": "6.26.3", "babel-preset-env": "1.7.0", "babelify": "8.0.0", "browsify": "0.0.4", "shelljs": "0.8.2", "uglifyify": "5.0.0", "watchify": "3.11.0", "yargs": "11.0.0" }, "bin": { "transpilr": "bin/cmd.js" }, "devDependencies": { "chai": "^4.1.2", "expect": "^23.1.0", "mocha": "^5.2.0", "mock-fs": "^4.5.0", "sinon": "^5.1.1" } }