{
  "_from": "qunit-notifications@^0.1.1",
  "_id": "qunit-notifications@0.1.1",
  "_inBundle": false,
  "_integrity": "sha1-MAGvxqanffvZYsy83d4S3sUobAk=",
  "_location": "/qunit-notifications",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "qunit-notifications@^0.1.1",
    "name": "qunit-notifications",
    "escapedName": "qunit-notifications",
    "rawSpec": "^0.1.1",
    "saveSpec": null,
    "fetchSpec": "^0.1.1"
  },
  "_requiredBy": [
    "/ember-cli-qunit"
  ],
  "_resolved": "https://registry.npmjs.org/qunit-notifications/-/qunit-notifications-0.1.1.tgz",
  "_shasum": "3001afc6a6a77dfbd962ccbcddde12dec5286c09",
  "_spec": "qunit-notifications@^0.1.1",
  "_where": "/Users/rjackson/src/open-source/ember-test-friendly-catch-handler/node_modules/ember-cli-qunit",
  "author": {
    "name": "Brian Cardarella"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Notifications for QUnit test suites",
  "devDependencies": {
    "bower": "^1.3.12",
    "jscs": "^1.10.0",
    "jshint": "^2.5.11",
    "jshint-stylish": "^1.0.0",
    "karma-coverage": "^0.2.7",
    "karma-phantomjs-launcher": "^0.1.4",
    "karma-qunit": "^0.1.4",
    "karma-sinon": "^1.0.4",
    "sinon": "^1.12.2"
  },
  "homepage": "https://github.com/dockyard/qunit-notifications",
  "license": "MIT",
  "name": "qunit-notifications",
  "scripts": {
    "clean": "[ ! -e tests/coverage ] || rm -rf tests/coverage",
    "codestyle": "jscs .",
    "karma": "./node_modules/karma/bin/karma start",
    "karma-ci": "./node_modules/karma/bin/karma start --single-run --no-auto-watch",
    "lint": "jshint --reporter node_modules/jshint-stylish/stylish.js .",
    "report": "cat tests/coverage/summary.txt && echo",
    "test": "npm run lint && npm run codestyle && npm run clean && npm run karma-ci && npm run report"
  },
  "version": "0.1.1"
}
