wishthis/node_modules/gulp-autoprefixer/package.json
2022-01-21 09:28:41 +01:00

47 lines
842 B
JSON

{
"name": "gulp-autoprefixer",
"version": "6.1.0",
"description": "Prefix CSS",
"license": "MIT",
"repository": "sindresorhus/gulp-autoprefixer",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"autoprefixer",
"postcss",
"css",
"prefix",
"prefixes",
"stylesheet",
"preprocess",
"postcss-runner"
],
"dependencies": {
"autoprefixer": "^9.5.1",
"fancy-log": "^1.3.2",
"plugin-error": "^1.0.1",
"postcss": "^7.0.2",
"through2": "^3.0.1",
"vinyl-sourcemaps-apply": "^0.2.1"
},
"devDependencies": {
"ava": "^1.4.1",
"gulp-sourcemaps": "^2.6.0",
"p-event": "^2.3.1",
"vinyl": "^2.1.0",
"xo": "^0.24.0"
}
}