{
  "name": "css.escape",
  "version": "1.5.1",
  "description": "A robust polyfill for the `CSS.escape` utility method as defined in CSSOM.",
  "homepage": "https://mths.be/cssescape",
  "main": "css.escape.js",
  "license": "MIT",
  "author": {
    "name": "Mathias Bynens",
    "url": "https://mathiasbynens.be/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mathiasbynens/CSS.escape.git"
  },
  "files": [
    "LICENSE-MIT.txt",
    "css.escape.js"
  ],
  "devDependencies": {
    "coveralls": "^2.11.4",
    "istanbul": "^0.4.1"
  }
}