arrive
Version:
arrive.js provides events to watch for DOM elements creation and removal. It makes use of Mutation Observers internally.
30 lines (29 loc) • 596 B
JSON
{
"name": "arrive",
"version": "2.5.3",
"description": "Watch for DOM elements creation and removal.",
"main": "src/arrive.js",
"keywords": [
"watch",
"listen",
"DOM",
"elements",
"creation",
"removal",
"injected"
],
"authors": [
{ "name": "Uzair Farooq", "email": "uzair.farooq@outlook.com" }
],
"repository": {
"type": "git",
"url": "git://github.com/uzairfarooq/arrive.git"
},
"license": "/LICENSE",
"homepage": "https://github.com/uzairfarooq/arrive",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
]
}