.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / postcss-sass / package.json
1 {
2   "name": "postcss-sass",
3   "version": "0.2.0",
4   "description": "A Sass parser for PostCSS, using gonzales-pe.",
5   "keywords": [
6     "postcss",
7     "css",
8     "postcss-plugin",
9     "postcss-sass",
10     "sass"
11   ],
12   "author": "Oleh Aloshkin <olegaleshkin@gmail.com>",
13   "license": "MIT",
14   "repository": "AleshaOleg/postcss-sass",
15   "bugs": {
16     "url": "https://github.com/AleshaOleg/postcss-sass/issues"
17   },
18   "homepage": "https://github.com/AleshaOleg/postcss-sass",
19   "dependencies": {
20     "gonzales-pe": "^4.0.3",
21     "postcss": "^6.0.6"
22   },
23   "devDependencies": {
24     "eslint": "^4.1.1",
25     "eslint-config-postcss": "^2.0.2",
26     "jest": "^20.0.4",
27     "lint-staged": "^4.0.1",
28     "pre-commit": "^1.2.2"
29   },
30   "scripts": {
31     "test": "jest && eslint *.js",
32     "lint-staged": "lint-staged"
33   },
34   "lint-staged": {
35     "*.js": "eslint"
36   },
37   "eslintConfig": {
38     "extends": "eslint-config-postcss/es5",
39     "env": {
40       "jest": true
41     },
42     "rules": {
43       "complexity": "off"
44     }
45   },
46   "pre-commit": [
47     "test",
48     "lint-staged"
49   ],
50   "main": "index.js"
51 }