UNPKG

gulp-lebab

Version:

gulp plugin for [lebab](https://github.com/lebab/lebab). Turn your ES5 code into readable ES6.

34 lines (33 loc) 689 B
{ "name": "gulp-lebab", "description": "", "version": "0.1.0", "author": "Selçuk Fatih Sevinç", "license": "MIT", "engines": { "node": ">=0.10.x" }, "dependencies": { "gulp-util": "3.0.7", "through2": "2.0.1", "lebab": "^2.7.7" }, "devDependencies": {}, "main": "index.js", "readmeFilename": "README.md", "keywords": [ "gulp", "lebab", "ES5", "ES6" ], "scripts": {}, "repository": { "type": "git", "url": "https://github.com/selcukfatihsevinc/gulp-lebab.git" }, "bugs": { "url": "https://github.com/selcukfatihsevinc/gulp-lebab/issues" }, "homepage": "https://github.com/selcukfatihsevinc/gulp-lebab" }