{
  "name": "hidden",
  "version": "1.1.1",
  "description": "Cross browser Element#hidden",
  "keywords": [],
  "author": "Raynos <raynos2@gmail.com>",
  "repository": "git://github.com/npm-dom/hidden.git",
  "main": "index",
  "homepage": "https://github.com/npm-dom/hidden",
  "contributors": [
    {
      "name": "Raynos"
    }
  ],
  "bugs": {
    "url": "https://github.com/npm-dom/hidden/issues",
    "email": "raynos2@gmail.com"
  },
  "dependencies": {},
  "devDependencies": {
    "browserify": "13.3.0",
    "domify": "1.4.0",
    "tape": "4.6.3",
    "tape-css": "1.0.2-beta",
    "tape-run": "2.1.5"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/npm-dom/hidden/raw/master/LICENSE"
    }
  ],
  "scripts": {
    "test": "browserify test.js | tape-run"
  }
}
