{
  "version":"1.0.4"
  ,"name":"prefixed-event"
  ,"description":"Add and remove event listeners for events that require vendor prefixes."
  ,"author":"Mike Nichols <nichols.mike.s@gmail.com>"
  ,"homepage":"https://github.com/mnichols/prefixed-event"
  ,"main": "lib/prefixed-event.js"
  ,"license":"MIT"
  ,"keywords": [
    "prefix"
    ,"event"
    ,"browser"
    ,"vendor"
  ]
  ,"scripts": {
        "test":"make test"
    }
  ,"repository":{
    "type":"git"
    ,"url":"https://github.com/mnichols/prefixed-event.git"
  }
  ,"bugs":{
    "url":"https://github.com/mnichols/prefixed-event/issues"
  }
  ,"devDependencies": {
    "mocha":"~1.15.1"
    ,"browserify":"~3.4.0"
    ,"detectcss":"~1.0.2"
    ,"chai":"~1.8.1"
    ,"testem":"~0.5.15"
  }
}
