.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / known-css-properties / package.json
1 {
2   "name": "known-css-properties",
3   "version": "0.5.0",
4   "description": "List of known CSS properties",
5   "repository": "betit/known-css-properties",
6   "main": "index.js",
7   "scripts": {
8     "bump": "npm version patch && npm publish && git push && git push --tags",
9     "download-w3c-data": "node scripts/download-w3c-data",
10     "generate": "node scripts/generate",
11     "lint": "eslint index.js scripts/*.js",
12     "test": "echo \"Error: no test specified\" && exit 1"
13   },
14   "keywords": [
15     "css",
16     "properies",
17     "w3c",
18     "chrome",
19     "firefox",
20     "explorer",
21     "edge",
22     "safari",
23     "opera"
24   ],
25   "author": "Viorel Cojocaru <vio@mavrix.es>",
26   "license": "MIT",
27   "bugs": {
28     "url": "https://github.com/betit/known-css-properties/issues"
29   },
30   "homepage": "https://github.com/betit/known-css-properties#readme",
31   "devDependencies": {
32     "axios": "^0.16.2",
33     "eslint": "^3.19.0",
34     "globby": "^6.1.0",
35     "lodash.sortby": "^4.7.0",
36     "lodash.uniq": "^4.5.0"
37   }
38 }