dom-delegator
Version:
Decorate elements with delegated events
69 lines (68 loc) • 1.81 kB
JSON
{
"name": "dom-delegator",
"version": "13.1.0",
"description": "Decorate elements with delegated events",
"keywords": [],
"author": "Raynos <raynos2@gmail.com>",
"repository": "git://github.com/Raynos/dom-delegator.git",
"main": "index",
"homepage": "https://github.com/Raynos/dom-delegator",
"contributors": [
{
"name": "Raynos"
}
],
"bugs": {
"url": "https://github.com/Raynos/dom-delegator/issues",
"email": "raynos2@gmail.com"
},
"dependencies": {
"cuid": "^1.2.4",
"ev-store": "^7.0.0",
"global": "^4.2.1",
"individual": "^2.0.0",
"inherits": "^2.0.1",
"weakmap-shim": "^1.0.0",
"xtend": "^2.2.0"
},
"devDependencies": {
"cuid": "^1.2.4",
"event-sinks": "~1.0.1",
"istanbul": "^0.2.6",
"jshint": "^2.5.0",
"pre-commit": "0.0.5",
"run-browser": "^1.3.1",
"synthetic-dom-events": "git://github.com/Raynos/synthetic-dom-events",
"tap-spec": "^0.1.9",
"tape": "^2.12.3"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/dom-delegator/raw/master/LICENSE"
}
],
"scripts": {
"test": "jshint . && node ./test/index.js | tap-spec",
"browser": "run-browser ./test/index.js",
"phantom": "run-browser ./test/index.js -b | tap-spec",
"cover": "istanbul cover --print detail ./test/index.js",
"view-cover": "istanbul report html && google-chrome ./coverage/index.html"
},
"testling": {
"files": "test/index.js",
"browsers": [
"ie/8..latest",
"firefox/16..latest",
"firefox/nightly",
"chrome/22..latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
}
}