{
  "name": "known-css-properties",
  "version": "0.5.0",
  "description": "List of known CSS properties",
  "repository": "betit/known-css-properties",
  "main": "index.js",
  "scripts": {
    "bump": "npm version patch && npm publish && git push && git push --tags",
    "download-w3c-data": "node scripts/download-w3c-data",
    "generate": "node scripts/generate",
    "lint": "eslint index.js scripts/*.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "css",
    "properies",
    "w3c",
    "chrome",
    "firefox",
    "explorer",
    "edge",
    "safari",
    "opera"
  ],
  "author": "Viorel Cojocaru <vio@mavrix.es>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/betit/known-css-properties/issues"
  },
  "homepage": "https://github.com/betit/known-css-properties#readme",
  "devDependencies": {
    "axios": "^0.16.2",
    "eslint": "^3.19.0",
    "globby": "^6.1.0",
    "lodash.sortby": "^4.7.0",
    "lodash.uniq": "^4.5.0"
  }
}