{
  "name": "jext",
  "version": "0.4.3",
  "description": "Javascript ex DOM templater",
  "keywords": [
    "dom",
    "template",
    "html",
    "xml",
    "render",
    "jext"
  ],
  "main": "./build.js",
  "browser": "./jext.js",
  "bin": {
    "jext": "./bin/jext"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Dmitry Kuzmenkov <dmitry@wagh.ru>",
  "license": "MIT",
  "homepage": "https://github.com/dmitrykuzmenkov/jext",
  "repository": {
    "type": "git",
    "url": "https://github.com/dmitrykuzmenkov/jext.git"
  },
  "bugs": {
    "url": "https://github.com/dmitrykuzmenkov/jext/issues"
  },
  "dependencies": {
    "xmldom": "^0.1.22"
  }
}
