{
  "name": "benv",
  "version": "3.3.0",
  "description": "Stub a browser environment and test your client-side code in node.js.",
  "main": "index.js",
  "engines": {
    "node": ">= 4.0"
  },
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "rewire": "^2.3.1",
    "jsdom": ">= 10.0"
  },
  "devDependencies": {
    "jade": "^1.9.2",
    "mocha": "^2.2.1",
    "pug": "^2.0.0-beta6",
    "should": "^3.3.2"
  },
  "scripts": {
    "test": "mocha -r should"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/craigspaeth/benv.git"
  },
  "keywords": [
    "browser",
    "tests",
    "benv",
    "stub",
    "jsdom"
  ],
  "author": "Craig Spaeth",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/craigspaeth/benv/issues"
  },
  "homepage": "https://github.com/craigspaeth/benv"
}
