bind-dom
Version:
Synchronization between two DOM elements (oneTime, oneWay, twoWay)
28 lines (27 loc) • 590 B
JSON
{
"name": "bind-dom",
"version": "0.0.8",
"description": "Synchronization between two DOM elements (oneTime, oneWay, twoWay)",
"main": "./src/bind-dom.js",
"directories": {
"src": "src"
},
"repository": "https://github.com/shystruk/bind-dom.git",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"keywords": [
"observer",
"mutation-observer",
"dom-binding",
"data-binding",
"dom-changes",
"change-detection"
],
"author": {
"name": "Vasyl Stokolosa",
"email": "v.stokol@gmail.com",
"url": "https://github.com/shystruk"
},
"license": "MIT"
}