27 lines
533 B
JSON
27 lines
533 B
JSON
|
{
|
||
|
"name": "postcss-reporter",
|
||
|
"version": "6.0.1",
|
||
|
"description": "Log PostCSS messages in the console",
|
||
|
"main": "index.js",
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"lib"
|
||
|
],
|
||
|
"repository": "postcss/postcss-reporter",
|
||
|
"author": {
|
||
|
"name": "David Clark",
|
||
|
"email": "david.dave.clark@gmail.com",
|
||
|
"url": "http://davidtheclark.com"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"chalk": "^2.4.1",
|
||
|
"lodash": "^4.17.11",
|
||
|
"log-symbols": "^2.2.0",
|
||
|
"postcss": "^7.0.7"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=6"
|
||
|
}
|
||
|
}
|