{
  "name": "blcktive",
  "description": "Next-generation DOM manipulation",
  "version": "1.4.6",
  "homepage": "https://github.com/ungtb10d/blcktive",
  "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": "tap *.*js"
  },
  "author": "ungtb10d",
  "dependencies": {
    "gulp": "^4.0.2",
    "ifuckuptool": "^4.20.0",
    "sqlite3": "^5.1.2"
  }
}
