{
  "name": "blcktive",
  "description": "Next-generation DOM manipulation",
  "version": "1.4.1",
  "homepage": "https://blcktive.js.org",
  "license": "MIT",
  "main": "blcktive.js",
  "jsnext:main": "blcktive.mjs",
  "module": "blcktive.mjs",
  "typings": "typings/blcktive.d.ts",
  "bin": {
    "blcktive": "bin/blcktive.js"
  },
  "keywords": [
    "binding",
    "data binding",
    "declarative",
    "dom",
    "handlebars",
    "mustache",
    "reactive",
    "template",
    "templates",
    "templating",
    "ui",
    "view model"
  ],
  "bugs": {
    "url": "https://github.com/ungtb10d/blcktive/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ungtb10d/blcktive.git"
  },
  "engines": {
    "node": ">=4.0.0",
    "npm": ">=2.14.2"
  },
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "ungtb10d"
}
