gulp-strip-comments
Version:
Strip comments from code
48 lines • 965 B
JSON
{
"name": "gulp-strip-comments",
"description": "Strip comments from code",
"version": "2.6.0",
"authors": [
"David Wisner <dwisner6@gmail.com>",
"Vitaly Tomilov <vitaly.tomilov@gmail.com>"
],
"bugs": {
"url": "https://github.com/RnbWd/gulp-strip-comments/issues"
},
"dependencies": {
"decomment": "^0.9.5",
"plugin-error": "^2.0.1",
"through2": "^4.0.2"
},
"devDependencies": {
"jasmine-node": "^3.0.0",
"vinyl": "^3.0.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/RnbWd/gulp-strip-comments",
"keywords": [
"strip comments",
"gulpplugin",
"strip",
"gulp",
"comment",
"decomment",
"remove",
"clean",
"stream",
"minimize",
"reduce",
"remove",
"comments"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/RnbWd/gulp-strip-comments"
},
"scripts": {
"test": "jasmine-node test"
}
}