UNPKG

on-load

Version:

On load/unload events for DOM elements using a MutationObserver

48 lines (47 loc) 1.03 kB
{ "name": "on-load", "version": "5.0.0", "description": "On load/unload events for DOM elements using a MutationObserver", "main": "server.js", "browser": { "assert": "nanoassert", "./server.js": "./index.js" }, "scripts": { "start": "wzrd test.js:bundle.js", "test": "standard && browserify test.js | tape-run" }, "repository": { "type": "git", "url": "git://github.com/shama/on-load" }, "files": [ "index.js" ], "keywords": [ "html", "dom", "element", "onload", "unload", "yo-yo" ], "author": "Kyle Robinson Young <kyle@dontkry.com> (http://dontkry.com)", "license": "MIT", "bugs": { "url": "https://github.com/shama/on-load/issues" }, "homepage": "https://github.com/shama/on-load", "dependencies": { "global": "^4.4.0", "nanoassert": "^2.0.0" }, "devDependencies": { "browserify": "^17.0.0", "standard": "^17.0.0", "tape": "^5.6.3", "tape-run": "^10.0.0", "wzrd": "^1.5.0", "yo-yo": "^1.4.1" } }