wecui
Version:
一款基于Vue2.x版本的移动端web组件
48 lines (47 loc) • 904 B
JSON
{
"name": "gulp-autoprefixer",
"version": "4.1.0",
"description": "Prefix CSS",
"license": "MIT",
"repository": "sindresorhus/gulp-autoprefixer",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4.5"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"autoprefixer",
"postcss",
"css",
"prefix",
"prefixes",
"stylesheet",
"preprocess",
"postcss-runner"
],
"dependencies": {
"autoprefixer": "^7.0.0",
"fancy-log": "^1.3.2",
"plugin-error": "^0.1.2",
"postcss": "^6.0.1",
"through2": "^2.0.0",
"vinyl-sourcemaps-apply": "^0.2.0"
},
"devDependencies": {
"ava": "*",
"gulp-sourcemaps": "^2.6.0",
"p-event": "^1.1.0",
"vinyl": "^2.1.0",
"xo": "*"
}
}