.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / postcss-reporter / package.json
1 {
2   "name": "postcss-reporter",
3   "version": "5.0.0",
4   "description": "Log PostCSS messages in the console",
5   "main": "index.js",
6   "scripts": {
7     "lint": "eslint .",
8     "test": "npm run lint && tape test",
9     "visual": "node test/visual.js"
10   },
11   "files": [
12     "index.js",
13     "lib"
14   ],
15   "repository": {
16     "type": "git",
17     "url": "https://github.com/postcss/postcss-reporter.git"
18   },
19   "author": {
20     "name": "David Clark",
21     "email": "david.dave.clark@gmail.com",
22     "url": "http://davidtheclark.com"
23   },
24   "license": "MIT",
25   "bugs": {
26     "url": "https://github.com/postcss/postcss-reporter/issues"
27   },
28   "homepage": "https://github.com/postcss/postcss-reporter",
29   "devDependencies": {
30     "eslint": "1.3.1",
31     "less": "2.7.1",
32     "source-map": "0.5.6",
33     "strip-color": "^0.1.0",
34     "stylelint": "6.8.0",
35     "tape": "^4.7.0"
36   },
37   "dependencies": {
38     "chalk": "^2.0.1",
39     "lodash": "^4.17.4",
40     "log-symbols": "^2.0.0",
41     "postcss": "^6.0.8"
42   },
43   "engines": {
44     "node": ">=4"
45   }
46 }