{
  "name": "hyperscript-html",
  "version": "2.0.0",
  "description": "A fast, simple, hyperscript implementation for generating HTML.",
  "main": "src/index",
  "repository": "https://github.com/arccoza/hyperscript-html",
  "bugs": "https://github.com/arccoza/hyperscript-html/issues",
  "author": "Adrien de Pierres <adrien@arccoza.com>",
  "license": "MIT",
  "keywords": [
    "hyperscript",
    "HTML",
    "HTML5",
    "renderer",
    "generator",
    "simple",
    "fast",
    "small",
    "tiny",
    "micro",
    "terse"
  ],
  "scripts": {
    "build": "",
    "test": "./run-test",
    "bench": "./run-bench"
  },
  "dependencies": {
    "zenhand": "^2.0.0"
  },
  "devDependencies": {
    "tap-diff": "^0.1.1",
    "tape": "^4.8.0"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "src/"
  ]
}
