gulp-lib-generator
Version:
A Gulp task that creates a mass exports file from directory that contain exported vars, functions, etc. Great for use with frameworks!
24 lines (23 loc) • 535 B
JSON
{
"name": "gulp-lib-generator",
"version": "2.1.13",
"description": "A Gulp task that creates a mass exports file from directory that contain exported vars, functions, etc. Great for use with frameworks!",
"main": "index.js",
"scripts": {
"test": "echo \"No test specified\" && exit 0"
},
"keywords": [
"gulp",
"gulp-task",
"exports",
"lib",
"library",
"custom-lib",
"generate-exports"
],
"author": "Liu Maumasi",
"license": "ISC",
"dependencies": {
"cli-color": "1.4.0"
}
}