You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
904 B
47 lines
904 B
{ |
|
"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": "*" |
|
} |
|
}
|
|
|