.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / specificity / package.json
1 {
2   "name": "specificity",
3   "version": "0.3.2",
4   "description": "Calculate the specificity of a CSS selector",
5   "keywords": [
6     "CSS",
7     "specificity"
8   ],
9   "homepage": "https://github.com/keeganstreet/specificity",
10   "author": {
11     "name": "Keegan Street",
12     "url": "http://keegan.st"
13   },
14   "repository": {
15     "type": "git",
16     "url": "https://github.com/keeganstreet/specificity.git"
17   },
18   "license": "MIT",
19   "bugs": {
20     "url": "https://github.com/keeganstreet/specificity/issues"
21   },
22   "main": "specificity",
23   "bin": {
24     "specificity": "./bin/specificity"
25   },
26   "scripts": {
27     "test": "mocha test/test.js"
28   },
29   "devDependencies": {
30     "mocha": "2.5.x"
31   },
32   "types": "specificity.d.ts"
33 }