UNPKG

grunt2gulp

Version:

converts Gruntfile.js to a gulpjs-compatible file

27 lines (26 loc) 589 B
{ "name": "grunt2gulp", "version": "0.0.3", "description": "converts Gruntfile.js to a gulpjs-compatible file", "main": "bin/grunt2gulp.js", "bin": { "grunt2gulp": "bin/grunt2gulp.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "grunt", "gulp" ], "author": "Rudolf Olah <omouse@gmail.com>", "license": "GPLv3", "devDependencies": { "gulp": "^3.8.8", "gulp-concat": "^2.4.1", "gulp-jshint": "^1.8.4", "gulp-rename": "^1.2.0", "gulp-uglify": "^1.0.1", "jsdoc": "^3.3.0-beta1" } }