{
  "name": "jsdom-editor",
  "version": "0.0.2",
  "description": "Edit the DOM and reload it",
  "keywords": ["dom", "editor", "element", "html"],
  "author": "Nicolas Lupien",
  "repository": {
    "type": "git",
    "url": "git://github.com/niclupien/jsdom-editor.git"
  },
  "licence": "MIT",
  "main": "index",
  "bin": { "jsdom-editor": "bin/jsdom-editor" },
  "dependencies": {
    "jsdom": "~0.8.8",
    "tmp": "*"
  }
}
