gulp-rollup
Version:
gulp plugin for Rollup ES6 module bundler
46 lines (45 loc) • 1.1 kB
JSON
{
"name": "gulp-rollup",
"version": "2.17.0",
"description": "gulp plugin for Rollup ES6 module bundler",
"main": "index.js",
"scripts": {
"test": "gulp ci"
},
"repository": {
"type": "git",
"url": "https://github.com/mcasimir/gulp-rollup.git"
},
"keywords": [
"gulp",
"gulpplugin",
"rollup",
"es6"
],
"author": "mcasimir (https://github.com/mcasimir)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcasimir/gulp-rollup/issues"
},
"homepage": "https://github.com/mcasimir/gulp-rollup",
"dependencies": {
"buffer-from": "^0.1.1",
"plugin-error": "^1.0.0",
"readable-stream": "^2.3.3",
"rollup": "^0.68.2",
"rollup-plugin-hypothetical": "^2.0.0",
"vinyl": "^2.1.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-help": "^1.6.1",
"gulp-jasmine": "^3.0.0",
"gulp-jscs": "^4.1.0",
"gulp-jshint": "^2.1.0",
"gulp-release-tasks": "0.0.3",
"gulp-sequence": "^1.0.0",
"jasmine-spec-reporter": "^4.2.1",
"jshint": "^2.9.5",
"rollup-plugin-string": "^2.0.2"
}
}