{
  "_from": "chai@^3.5.0",
  "_id": "chai@3.5.0",
  "_inBundle": false,
  "_integrity": "sha1-TQJjewZ/6Vi9v906QOxW/vc3Mkc=",
  "_location": "/chai",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "chai@^3.5.0",
    "name": "chai",
    "escapedName": "chai",
    "rawSpec": "^3.5.0",
    "saveSpec": null,
    "fetchSpec": "^3.5.0"
  },
  "_requiredBy": [
    "/ember-cli-chai"
  ],
  "_resolved": "https://registry.npmjs.org/chai/-/chai-3.5.0.tgz",
  "_shasum": "4d02637b067fe958bdbfdd3a40ec56fef7373247",
  "_spec": "chai@^3.5.0",
  "_where": "/Users/dawidposlinski/Documents/apps/javascript/ember-introjs/node_modules/ember-cli-chai",
  "author": {
    "name": "Jake Luer",
    "email": "jake@alogicalparadox.com"
  },
  "bugs": {
    "url": "https://github.com/chaijs/chai/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Jake Luer",
      "email": "jake@alogicalparadox.com"
    },
    {
      "name": "Domenic Denicola",
      "email": "domenic@domenicdenicola.com",
      "url": "http://domenicdenicola.com"
    },
    {
      "name": "Veselin Todorov",
      "email": "hi@vesln.com"
    },
    {
      "name": "John Firebaugh",
      "email": "john.firebaugh@gmail.com"
    }
  ],
  "dependencies": {
    "assertion-error": "^1.0.1",
    "deep-eql": "^0.1.3",
    "type-detect": "^1.0.0"
  },
  "deprecated": false,
  "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
  "devDependencies": {
    "browserify": "^10.2.1",
    "bump-cli": "^1.1.3",
    "istanbul": "^0.3.14",
    "karma": "^0.13.16",
    "karma-firefox-launcher": "^0.1.6",
    "karma-mocha": "^0.1.10",
    "karma-phantomjs-launcher": "^0.2.0",
    "karma-sauce-launcher": "^0.2.11",
    "mocha": "^2.2.5"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "homepage": "http://chaijs.com",
  "keywords": [
    "test",
    "assertion",
    "assert",
    "testing",
    "chai"
  ],
  "license": "MIT",
  "main": "./index",
  "name": "chai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chaijs/chai.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "3.5.0"
}
