{
  "name": "ok-details",
  "version": "1.0.0",
  "description": "A pure JavaScript (no dependencies) solution to make HTML5 Details/Summary tags work in unsupportive browsers",
  "main": "details-shim.min.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stationer/DetailsShim.git"
  },
  "keywords": [
    "details",
    "shim",
    "polyfill"
  ],
  "author": "Tyler Uebele",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stationer/DetailsShim/issues"
  },
  "homepage": "https://github.com/stationer/DetailsShim#readme"
}
