.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / specificity / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/specificity/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/specificity/package.json
new file mode 100644 (file)
index 0000000..bb1d8cf
--- /dev/null
@@ -0,0 +1,33 @@
+{
+  "name": "specificity",
+  "version": "0.3.2",
+  "description": "Calculate the specificity of a CSS selector",
+  "keywords": [
+    "CSS",
+    "specificity"
+  ],
+  "homepage": "https://github.com/keeganstreet/specificity",
+  "author": {
+    "name": "Keegan Street",
+    "url": "http://keegan.st"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/keeganstreet/specificity.git"
+  },
+  "license": "MIT",
+  "bugs": {
+    "url": "https://github.com/keeganstreet/specificity/issues"
+  },
+  "main": "specificity",
+  "bin": {
+    "specificity": "./bin/specificity"
+  },
+  "scripts": {
+    "test": "mocha test/test.js"
+  },
+  "devDependencies": {
+    "mocha": "2.5.x"
+  },
+  "types": "specificity.d.ts"
+}