UNPKG

project-deployer

Version:

Build your project automatically for production just using few commands

65 lines (64 loc) 1.46 kB
{ "name": "project-deployer", "version": "0.0.6", "description": "Build your project automatically for production just using few commands", "main": "myTask.js", "scripts": { "test": "npm i" }, "repository": { "type": "git", "url": "http://code.edgenetworks.in/akhilesh.kumar/genric_webproject_deploy.git" }, "bin": { "runBuild": "./myTask.js" }, "keywords": [ "genric", "Gulp", "Build", "your", "project", "automatically", "for", "production", "just", "using", "few", "commands" ], "author": "Akhilesh Kumar <akhileshcoder@gmail.com> (http://app4pc.com)", "license": "MIT", "dependencies": { "gulp": "^3.9.1", "shelljs": "^0.7.3", "request":"*", "jshint":"*", "async": "^2.0.1", "chalk": "^1.1.3", "cheerio": "*", "console-png": "^1.1.0", "fs.extra": "*", "gulp-autoprefixer": "*", "gulp-browserify": "^0.5.1", "gulp-clean": "^0.3.2", "gulp-concat": "*", "gulp-concat-css": "^2.3.0", "gulp-fontmin": "^0.7.4", "gulp-htmlmin": "^2.0.0", "gulp-imagemin": "^3.0.2", "gulp-jshint": "^2.0.1", "gulp-minify": "0.0.14", "gulp-minify-css": "*", "gulp-ng-annotate": "*", "gulp-rename": "*", "gulp-strip-debug": "*", "gulp-uglify": "*", "html-minifier": "^3.0.2", "mkdirp": "^0.5.1", "ncp": "*", "run-sequence": "^1.2.2", "walk": "*", "yargs": "*" } }