{
  "name": "data-set",
  "version": "4.0.0",
  "description": "Element#dataset abstraction",
  "keywords": [],
  "author": "Raynos <raynos2@gmail.com>",
  "repository": "git://github.com/Raynos/data-set.git",
  "main": "index",
  "homepage": "https://github.com/Raynos/data-set",
  "contributors": [
    {
      "name": "Raynos"
    }
  ],
  "bugs": {
    "url": "https://github.com/Raynos/data-set/issues",
    "email": "raynos2@gmail.com"
  },
  "dependencies": {
    "individual": "^2.0.0",
    "weakmap-shim": "~1.0.0"
  },
  "devDependencies": {
    "element": "~0.1.4",
    "global": "^4.3.0",
    "hyperscript": "git://github.com/dominictarr/hyperscript#data-set-bump",
    "min-document": "^2.12.0",
    "run-browser": "^1.3.1",
    "tap-spec": "^0.1.9",
    "tape": "~2.12.0"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/Raynos/data-set/raw/master/LICENSE"
    }
  ],
  "scripts": {
    "test": "run-browser test.js -b | tap-spec"
  }
}
