{
  "name": "fakedom-amd",
  "version": "0.5.0",
  "description": "Provides a simple interface to bring up a fake DOM with AMD support.",
  "main": "fakedom-amd.js",
  "keywords": [
    "fakedom",
    "amd",
    "dom",
    "require",
    "jsdom",
    "xhr",
    "ajax"
  ],
  "scripts": {
    "test": "mocha -R dot",
    "spec": "mocha -R spec",
    "coverage": "istanbul cover _mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/JamesBarwell/fakedom-amd.js.git"
  },
  "author": "James Barwell <jb@jamesbarwell.co.uk>",
  "license": "MIT",
  "readmeFilename": "README.md",
  "dependencies": {
    "jsdom": "3",
    "requirejs": "~2.1.14",
    "sinon": "1"
  },
  "devDependencies": {
    "mocha": "2.2.4",
    "istanbul": "~0.3"
  }
}
