UNPKG

gulp-uglify-es

Version:

gulp stream to uglify with 'uglify-es' (es6 supported).

49 lines (48 loc) 1.06 kB
{ "name": "gulp-uglify-es", "version": "0.1.5", "description": "gulp stream to uglify with 'uglify-es' (es6 supported).", "main": "./lib/index.js", "typings": "./lib/index.d.ts", "files": [ "lib/" ], "scripts": { "test": "gulp build && just-test", "prepublishOnly": "gulp build && just-test" }, "author": { "name": "Itay Ronen", "email": "", "url": "" }, "homepage": "https://gitlab.com/itayronen/gulp-uglify-es", "license": "MIT", "keywords": [ "typescript", "package", "system", "amd", "gulp" ], "publishConfig": { "registry": "https://registry.npmjs.org/" }, "dependencies": { "gulp-exec": "^2.1.3", "o-stream": "^0.2.2", "uglify-es": "^3.1.8" }, "devDependencies": { "@types/gulp-util": "^3.0.34", "del": "^3.0.0", "gulp": "^3.9.1", "gulp-rename": "^1.2.2", "gulp-typescript": "^3.2.3", "gulp-util": "^3.0.8", "itay-gulp-changed": "^1.0.10", "just-test-node": "^1.3.2", "merge2": "^1.2.0", "typescript": "^2.6.1" } }