chushihua
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "autoprefixer",
|
||||
"version": "7.2.6",
|
||||
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
|
||||
"keywords": [
|
||||
"autoprefixer",
|
||||
"css",
|
||||
"prefix",
|
||||
"postcss",
|
||||
"postcss-plugin"
|
||||
],
|
||||
"author": "Andrey Sitnik <andrey@sitnik.ru>",
|
||||
"license": "MIT",
|
||||
"repository": "postcss/autoprefixer",
|
||||
"dependencies": {
|
||||
"browserslist": "^2.11.3",
|
||||
"caniuse-lite": "^1.0.30000805",
|
||||
"normalize-range": "^0.1.2",
|
||||
"num2fraction": "^1.2.2",
|
||||
"postcss": "^6.0.17",
|
||||
"postcss-value-parser": "^3.2.3"
|
||||
},
|
||||
"bin": {
|
||||
"autoprefixer-info": "./bin/autoprefixer-info"
|
||||
},
|
||||
"main": "lib/autoprefixer"
|
||||
}
|
||||
Reference in New Issue
Block a user