UNPKG

scv

Version:

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

65 lines (64 loc) 1.25 kB
{ "name": "scv", "version": "2.0.2", "description": "SCV前端工程自动化工具,工作流", "homepage": "https://github.com/cczw2010/scv", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/cczw2010/scv" }, "author": { "name": "awen", "email": "71752352@qq.com", "url": "http://www.cnblogs.com/cczw/" }, "tags": [ "scv", "fis", "gulp", "asset", "static", "revision", "version", "publish", "release", "build" ], "files": [ "index.js", "lib", "bin", "template" ], "main": "index.js", "bin": { "scv": "./bin/scv.js" }, "bugs": { "url": "https://github.com/cczw2010/scv/issues" }, "engines": { "node": ">=0.9" }, "dependencies": { "autoprefixer": "^6.3.3", "clean-css": "^3.4.10", "commander": "^2.9.0", "crypto": "0.0.3", "css": "^2.2.1", "deprecated": "0.0.1", "gulp-watch": "^4.3.5", "html-minifier": "^1.2.0", "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 }