ubdate
This commit is contained in:
47
node_modules/gulp-autoprefixer/package.json
generated
vendored
Normal file
47
node_modules/gulp-autoprefixer/package.json
generated
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user