democracyos-javve-events
Version:
Event binding component with support for single elements as well as NodeLists, HTMLCollections and Arrays
20 lines (19 loc) • 526 B
JSON
{
"name": "democracyos-javve-events",
"repo": "DemocracyOS/javve-events",
"description": "Event binding component with support for single elements as well as NodeLists, HTMLCollections and Arrays",
"version": "0.0.4",
"keywords": ["event", "events", "array", "nodelist"],
"scripts": [
"index.js"
],
"dependencies": {
"component-event": "0.1.4",
"democracyos-to-array": "^0.2.1"
},
"twitter": "@javve",
"browser": {
"event": "component-event",
"to-array": "democracyos-to-array"
}
}