{
  "name": "@bmewburn/minidom",
  "version": "1.0.1",
  "description": "Small DOM level 1 implementation",
  "homepage": "https://github.com/montagejs/minidom",
  "repository": {
    "type": "git",
    "url": "https://github.com/montagejs/minidom.git"
  },
  "main": "minidom.js",
  "scripts": {
    "test": "istanbul test -x '**/spec/**' jasminum -- spec"
  },
  "keywords": [
    "dom",
    "html"
  ],
  "author": "Stuart Knightley <stuart@stuartk.com>",
  "license": "MIT",
  "dependencies": {
    "parse5": "^5.1.0"
  },
  "devDependencies": {
    "istanbul": "^0.4.5",
    "jasminum": "^0.0.6"
  },
  "private": false
}
