{
  "name": "minidom",
  "version": "1.0.0",
  "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": "~1.1.4"
  },
  "devDependencies": {
    "istanbul": "~0.1.36",
    "jasminum": "0.0.4"
  }
}
