{
  "_args": [
    [
      {
        "raw": "testem@0.9.10",
        "scope": null,
        "escapedName": "testem",
        "name": "testem",
        "rawSpec": "0.9.10",
        "spec": "0.9.10",
        "type": "version"
      },
      "/Users/ahogan/Repos/ember-cli"
    ]
  ],
  "_from": "testem@0.9.10",
  "_id": "testem@0.9.10",
  "_inCache": true,
  "_location": "/testem",
  "_nodeVersion": "4.2.2",
  "_npmUser": {
    "name": "johanneswuerbach",
    "email": "johannes.wuerbach@googlemail.com"
  },
  "_npmVersion": "2.14.7",
  "_phantomChildren": {},
  "_requested": {
    "raw": "testem@0.9.10",
    "scope": null,
    "escapedName": "testem",
    "name": "testem",
    "rawSpec": "0.9.10",
    "spec": "0.9.10",
    "type": "version"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/testem/-/testem-0.9.10.tgz",
  "_shasum": "346a4b64296a2a904a9ca5b551590eedc40986ec",
  "_shrinkwrap": null,
  "_spec": "testem@0.9.10",
  "_where": "/Users/ahogan/Repos/ember-cli",
  "author": {
    "name": "Toby Ho",
    "email": "airportyh@gmail.com"
  },
  "bin": {
    "testem": "./testem.js"
  },
  "bugs": {
    "url": "http://github.com/airportyh/testem/issues"
  },
  "dependencies": {
    "async": "^1.0.0",
    "backbone": "^1.1.2",
    "charm": "^1.0.0",
    "commander": "^2.6.0",
    "consolidate": "^0.13.1",
    "cross-spawn-async": "^2.0.0",
    "did_it_work": "0.0.6",
    "express": "^4.10.7",
    "fileset": "^0.2.1",
    "fireworm": "^0.6.6",
    "growl": "^1.8.1",
    "http-proxy": "^1.8.1",
    "js-yaml": "^3.2.5",
    "mkdirp": "^0.5.0",
    "mustache": "^2.0.0",
    "npmlog": "^1.0.0",
    "printf": "^0.2.3",
    "rimraf": "^2.2.8",
    "socket.io-pure": "^1.3.11",
    "styled_string": "0.0.1",
    "tap-parser": "^1.1.3",
    "xmldom": "^0.1.19"
  },
  "description": "Test'em 'scripts! Javascript Unit testing made easy.",
  "devDependencies": {
    "bodydouble": "^0.1.2",
    "browserify": "^11.0.0",
    "chai": "^3.0.0",
    "cheerio": "^0.19.0",
    "dirty-chai": "^1.2.2",
    "ispy": "^0.1.2",
    "mocha": "^2.1.0",
    "request": "^2.51.0",
    "sinon": "^1.12.2",
    "tape": "^4.0.0",
    "tmp": "0.0.28"
  },
  "directories": {},
  "dist": {
    "shasum": "346a4b64296a2a904a9ca5b551590eedc40986ec",
    "tarball": "https://registry.npmjs.org/testem/-/testem-0.9.10.tgz"
  },
  "engines": [
    "node >= 0.8.0"
  ],
  "files": [
    "lib",
    "public",
    "README.md",
    "testem.js",
    "assets",
    "package.json",
    "views"
  ],
  "gitHead": "af1fdc6a81675abb7fd95630711898d184071709",
  "homepage": "https://github.com/airportyh/testem#readme",
  "keywords": [
    "javascript",
    "testing",
    "unittest",
    "browser"
  ],
  "license": "MIT",
  "main": "./lib/api.js",
  "maintainers": [
    {
      "name": "airportyh",
      "email": "airportyh@gmail.com"
    },
    {
      "name": "johanneswuerbach",
      "email": "johannes.wuerbach@googlemail.com"
    }
  ],
  "name": "testem",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/airportyh/testem.git"
  },
  "scripts": {
    "cover": "cover run ./node_modules/.bin/_mocha tests/*_tests.js tests/ui/*_tests.js tests/ci/*_tests.js; cover report html; open cover_html/index.html",
    "test": "mocha --timeout 3000 tests/*_tests.js tests/ui/*_tests.js tests/ci/*_tests.js -R spec"
  },
  "version": "0.9.10"
}
