UNPKG

scv

Version:

SCV前端工程自动化工具,工作流

69 lines (68 loc) 1.44 kB
{ "name": "scv", "version": "2.2.5", "description": "SCV前端工程自动化工具,工作流", "homepage": "https://github.com/cczw2010/scv", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/cczw2010/scv.git" }, "author": "awen <71752352@qq.com> (http://www.cnblogs.com/cczw/)", "tags": [ "scv", "fis", "gulp", "asset", "static", "revision", "version", "publish", "release" ], "files": [ "lib/", "bin/", "template/" ], "main": "./lib/index.js", "bin": { "scv": "./bin/scv.js" }, "bugs": { "url": "https://github.com/cczw2010/scv/issues" }, "engines": { "node": ">=0.9" }, "dependencies": { "anymatch": "^2.0.0", "autoprefixer": "^6.3.3", "chalk": "^1.1.3", "clean-css": "^3.4.10", "commander": "^2.9.0", "css": "^2.2.1", "del": "^3.0.0", "deprecated": "0.0.1", "fancy-log": "^1.3.2", "glob": "^7.1.2", "gulp-watch": "^4.3.5", "html-minifier": "^1.2.0", "imagemin": "^5.3.1", "imagemin-jpeg-recompress": "^5.1.0", "imagemin-optipng": "^5.2.1", "jshint": "^2.9.1", "orchestrator": "^0.3.7", "postcss": "^5.0.19", "through2": "^2.0.0", "uglify-js": "^2.6.2", "vinyl": "^1.1.1", "vinyl-fs": "^2.3.1" }, "devDependencies": {}, "scripts": {}, "private": false, "directories": { "lib": "lib" } }