data-context-binding
Version:
Simple and lightweight solution for binding data to DOM elements.
51 lines (50 loc) • 1.19 kB
JSON
{
"name": "data-context-binding",
"description": "Simple and lightweight solution for binding data to DOM elements.",
"version": "2.0.0-rc.3",
"license": "MIT",
"keywords": [
"conextra",
"data",
"context",
"binding",
"model",
"data-binding",
"bind",
"listener",
"emitter",
"event",
"emit",
"on",
"get",
"path",
"key",
"value",
"structure",
"dom",
"html",
"html5",
"render"
],
"author": "Manuel Lõhmus",
"browser": "browser.js",
"main": "index.js",
"types": "browser.d.ts",
"files": [
"browser.d.ts",
"browser.js",
"index.js",
"index.test.html",
"LICENSE",
"package.json",
"README.md"
],
"scripts": { "test": "start ./index.test.html" },
"homepage": "https://github.com/manuel-lohmus/data-context-binding#readme",
"bugs": "https://github.com/manuel-lohmus/data-context-binding/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/manuel-lohmus/data-context-binding.git"
},
"funding": "https://manuel-lohmus.github.io/data-context-binding/README.html#license"
}