{
  "name": "css-value-browser-h4cks-analyzer",
  "version": "2.0.0",
  "description": "A list of tests to determine whether a CSS value is considered a browser hack",
  "main": "index.js",
  "engines": {
    "node": ">=8"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bartveneman/css-value-browser-h4cks-analyzer.git"
  },
  "keywords": [
    "css",
    "value",
    "properties",
    "browser",
    "hack",
    "browserhacks",
    "analyzer",
    "complexity",
    "projectwallace",
    "wallace"
  ],
  "author": "Bart Veneman",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bartveneman/css-value-browser-h4cks-analyzer/issues"
  },
  "homepage": "https://www.projectwallace.com/oss",
  "devDependencies": {
    "ava": "^2.3.0",
    "prettier": "^1.18.2",
    "xo": "^0.24.0"
  },
  "xo": {
    "semicolon": false,
    "prettier": true
  }
}
