UNPKG

@techexp/data-bind

Version:

Easy to use, two-way data binding library, light-weight, and with no dependencies.

32 lines (31 loc) 640 B
{ "name": "@techexp/data-bind", "version": "0.9.6", "description": "Easy to use, two-way data binding library, light-weight, and with no dependencies.", "author": "Abdul Habra", "license": "Apache", "repository": "ahabra/data-bind", "main": "dist/data-bind-module.js", "keywords": [ "data", "bind", "two", "way", "data-binding", "two-way" ], "publishConfig": { "access": "public" }, "scripts": { "clean": "rm -rf dist", "build": "node scripts/build.js", "deps:list": "ncu", "deps:up": "ncu -u" }, "devDependencies": { "fs-extra": "^11.3.3", "npm-check-updates": "^19.3.2", "terser": "^5.46.0" } }