{
  "name": "intrahtml",
  "main": "intrahtml.js",
  "version": "1.1.3",
  "description": "One-shot methods for vanilla and jQuery to make HTML as easy to update as it is to create",
  "keywords": [
    "virtual-dom",
    "templating",
    "release",
    "js"
  ],
  "homepage": "http://danml.com/intrahtml/",
  "license": "CC-BY-4.0",
  "author": {
    "name": "dandavis",
    "email": "rndme@users.noreply.github.com",
    "url": "http://danml.com/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rndme/intrahtml.git"
  },
  "bugs": {
    "email": "rndme@users.noreply.github.com"
  },
  "files": [
    "intrahtml.js",
    "intrahtml.min.js"
  ],
  "npmName": "intrahtml",
  "npmFileMap": [
    {
      "basePath": "/",
      "files": [
        "*.js"
      ]
    }
  ]
}
