.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / postcss-media-query-parser / package.json
1 {
2   "name": "postcss-media-query-parser",
3   "version": "0.2.3",
4   "description": "A tool for parsing media query lists.",
5   "main": "dist/index.js",
6   "keywords": [
7     "postcss",
8     "postcss tool",
9     "media query",
10     "media query parsing"
11   ],
12   "author": "dryoma",
13   "license": "MIT",
14   "homepage": "https://github.com/dryoma/postcss-media-query-parser",
15   "repository": {
16     "type": "git",
17     "url": "git+https://github.com/dryoma/postcss-media-query-parser.git"
18   },
19   "bugs": {
20     "url": "https://github.com/dryoma/postcss-media-query-parser/issues"
21   },
22   "devDependencies": {
23     "babel-cli": "^6.14.0",
24     "babel-preset-es2015": "^6.14.0",
25     "babel-register": "^6.14.0",
26     "eslint": "^2.5.1",
27     "eslint-config-airbnb": "^6.0.2",
28     "eslint-plugin-react": "^4.2.3",
29     "tap-spec": "^4.1.1",
30     "tape": "^4.6.0"
31   },
32   "scripts": {
33     "lint": "eslint . --ignore-path .gitignore",
34     "test": "tape -r babel-register \"src/**/__tests__/*.js\" | tap-spec",
35     "pretest": "npm run lint",
36     "prebuild": "rimraf dist",
37     "prepublish": "npm run build",
38     "build": "babel src --out-dir dist"
39   },
40   "eslintConfig": {
41     "extends": "airbnb",
42     "rules": {
43       "max-len": [
44         2,
45         80,
46         4
47       ],
48       "func-names": 0
49     }
50   },
51   "babel": {
52     "presets": [
53       "es2015"
54     ]
55   },
56   "files": [
57     "dist",
58     "!**/__tests__"
59   ]
60 }