{ "name": "postcss-reporter", "version": "5.0.0", "description": "Log PostCSS messages in the console", "main": "index.js", "scripts": { "lint": "eslint .", "test": "npm run lint && tape test", "visual": "node test/visual.js" }, "files": [ "index.js", "lib" ], "repository": { "type": "git", "url": "https://github.com/postcss/postcss-reporter.git" }, "author": { "name": "David Clark", "email": "david.dave.clark@gmail.com", "url": "http://davidtheclark.com" }, "license": "MIT", "bugs": { "url": "https://github.com/postcss/postcss-reporter/issues" }, "homepage": "https://github.com/postcss/postcss-reporter", "devDependencies": { "eslint": "1.3.1", "less": "2.7.1", "source-map": "0.5.6", "strip-color": "^0.1.0", "stylelint": "6.8.0", "tape": "^4.7.0" }, "dependencies": { "chalk": "^2.0.1", "lodash": "^4.17.4", "log-symbols": "^2.0.0", "postcss": "^6.0.8" }, "engines": { "node": ">=4" } }