{
  "name": "vjs-reactivity",
  "version": "1.0.24",
  "description": "Create bindings between a JS variable and a DOM element. Also allows reactivity when a bound JS variable or DOM element changes its value.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "vanilla",
    "javascript",
    "binding",
    "reactivity",
    "js"
  ],
  "author": "Travis R. Zuleger",
  "license": "MIT",
  "devDependencies": {
    "webpack": "^5.76.0",
    "webpack-cli": "^5.0.1"
  }
}
