chushihua
This commit is contained in:
+34
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "postcss-load-config",
|
||||
"version": "2.1.2",
|
||||
"description": "Autoload Config for PostCSS",
|
||||
"main": "src/index.js",
|
||||
"files": [
|
||||
"src"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">= 4"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/postcss/"
|
||||
},
|
||||
"dependencies": {
|
||||
"cosmiconfig": "^5.0.0",
|
||||
"import-cwd": "^2.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"postcss",
|
||||
"postcssrc",
|
||||
"postcss.config.js"
|
||||
],
|
||||
"author": "Michael Ciniawky <michael.ciniawsky@gmail.com>",
|
||||
"contributors": [
|
||||
"Ryan Dunckel",
|
||||
"Mateusz Derks",
|
||||
"Dalton Santos",
|
||||
"Patrick Gilday"
|
||||
],
|
||||
"repository": "postcss/postcss-load-config.git",
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user