Added gulp script

This commit is contained in:
Indu Prakash
2022-09-29 20:55:31 -05:00
parent 0f2dbe2239
commit 8f02f72386
3 changed files with 9759 additions and 0 deletions

28
package.json Normal file
View File

@ -0,0 +1,28 @@
{
"name": "obk-builder",
"version": "1.0.0",
"description": "Gulp based script content builder",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iprak/OpenBK7231T_App.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/iprak/OpenBK7231T_App/issues"
},
"homepage": "https://github.com/iprak/OpenBK7231T_App#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-cssnano": "^2.1.3",
"gulp-gzip": "^1.4.2",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"through2": "^4.0.2"
}
}