UNPKG

wecui

Version:

一款基于Vue2.x版本的移动端web组件

58 lines (57 loc) 1.27 kB
{ "name": "gulp-postcss", "nyc": { "lines": 100, "statements": 100, "functions": 100, "branches": 100, "reporter": [ "lcov", "text" ], "cache": true, "all": true, "check-coverage": true }, "version": "7.0.1", "description": "PostCSS gulp plugin", "main": "index.js", "scripts": { "coveralls": "coveralls < coverage/lcov.info", "pretest": "eslint *.js", "test": "nyc mocha test.js" }, "repository": { "type": "git", "url": "https://github.com/postcss/gulp-postcss.git" }, "keywords": [ "gulpplugin", "postcss", "postcss-runner", "css" ], "author": "Andrey Kuzmin <unsoundscapes@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/postcss/gulp-postcss/issues" }, "homepage": "https://github.com/postcss/gulp-postcss", "dependencies": { "fancy-log": "^1.3.2", "plugin-error": "^0.1.2", "postcss": "^6.0.0", "postcss-load-config": "^1.2.0", "vinyl-sourcemaps-apply": "^0.2.1" }, "devDependencies": { "coveralls": "^2.13.1", "eslint": "^4.1.1", "gulp-sourcemaps": "^2.6.0", "mocha": "^3.4.2", "nyc": "^11.0.3", "proxyquire": "^1.8.0", "sinon": "^2.3.5", "vinyl": "^2.1.0" } }