{
  "name": "@hirojs/dom-bind",
  "main": "index.js",
  "version": "1.0.0",
  "description": "DOM event binding and delegation",
  "scripts": {
    "watch-demo-js": "watchify test/main.js -o test/bundle.js"
  },
  "keywords": [
    "dom",
    "event",
    "binding"
  ],
  "author": "Jason Frame <jason@onehackoranother.com> (jasonframe.co.uk)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/jaz303/dom-bind.git"
  },
  "devDependencies": {
    "tape": "^5.3.1",
    "uglify-js": "^3.14.2"
  }
}
