UNPKG

gulpman

Version:

Create Modular Front-End Build System. Based on gulp, very easy and light

71 lines (70 loc) 1.61 kB
{ "name": "gulpman", "version": "2.0.0", "description": "Create Modular Front-End Build System. Based on gulp, very easy and light", "engines": { "node": ">=4.0.0" }, "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git+https://github.com/xunuoi/gulpman.git" }, "keywords": [ "gulp", "modular", "gulpman", "scss", "es6", "react", "jsx", "build", "easy", "fis", "component" ], "author": "Lucas X", "license": "MIT", "bugs": { "url": "https://github.com/xunuoi/gulpman/issues" }, "homepage": "https://github.com/xunuoi/gulpman#readme", "devDependencies": { "gulp": "^3.9.0" }, "dependencies": { "gulp-babel": "^6.1.2", "browserify": "^13.1.0", "stringify": "^5.1.0", "colors": "^1.1.2", "event-stream": "^3.3.2", "globby": "^6.0.0", "gulp-cssnano": "^2.1.2", "gulp-imagemin": "^3.0.2", "gulp-load-plugins": "^1.2.4", "gulp-concat": "^2.6.0", "gulp-rename": "^1.2.2", "gulp-rev-all": "^0.9.7", "gulp-sequence": "^0.4.4", "gulp-uglify": "^2.0.0", "gulp-sourcemaps": "^1.6.0", "imagemin-pngquant": "^5.0.0", "readable-stream": "^2.0.5", "object-assign": "^4.0.1", "shelljs": "^0.5.3", "through2": "^2.0.1", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "gulp-util": "^3.0.7", "jsmin2": "^1.2.1", "uglifycss": "0.0.20", "bluebird": "^3.4.1", "css": "^2.2.1", "extend": "^3.0.0", "fs-extra": "^0.30.0", "spritesmith": "^2.0.1" } }