{
  "name": "chai-as-promised",
  "description": "Extends Chai with assertions about promises.",
  "keywords": [
    "chai",
    "testing",
    "assertions",
    "promises",
    "promises-aplus"
  ],
  "version": "4.1.1",
  "author": {
    "name": "Domenic Denicola",
    "email": "domenic@domenicdenicola.com",
    "url": "http://domenic.me"
  },
  "license": "WTFPL",
  "repository": {
    "type": "git",
    "url": "git://github.com/domenic/chai-as-promised.git"
  },
  "bugs": {
    "url": "https://github.com/domenic/chai-as-promised/issues"
  },
  "main": "./lib/chai-as-promised.js",
  "scripts": {
    "test": "mocha",
    "test-browser-q": "coffee ./test/browser/runner.coffee q",
    "test-browser-when": "coffee ./test/browser/runner.coffee when",
    "lint": "jshint ./lib",
    "cover": "cover run node_modules/mocha/bin/_mocha && cover report html && opener ./cover_html/index.html"
  },
  "peerDependencies": {
    "chai": ">= 1.7.0 < 2"
  },
  "devDependencies": {
    "chai": "~1.9.0",
    "coffee-script": "~1.7.1",
    "cover": "~0.2.9",
    "ecstatic": "~0.4.13",
    "glob": "~3.2.9",
    "jshint": "~2.4.4",
    "mocha": "~1.17.0",
    "opener": "~1.3",
    "q": "~1.0.0",
    "underscore": "~1.6.0"
  },
  "homepage": "https://github.com/domenic/chai-as-promised",
  "_id": "chai-as-promised@4.1.1",
  "dist": {
    "shasum": "cc09bec0d30ee14c71c62ad8f9394fc4af4167fb",
    "tarball": "http://registry.npmjs.org/chai-as-promised/-/chai-as-promised-4.1.1.tgz"
  },
  "_from": "chai-as-promised@>=4.1.1 <5.0.0",
  "_npmVersion": "1.3.25",
  "_npmUser": {
    "name": "domenic",
    "email": "domenic@domenicdenicola.com"
  },
  "maintainers": [
    {
      "name": "domenic",
      "email": "domenic@domenicdenicola.com"
    }
  ],
  "directories": {},
  "_shasum": "cc09bec0d30ee14c71c62ad8f9394fc4af4167fb",
  "_resolved": "https://registry.npmjs.org/chai-as-promised/-/chai-as-promised-4.1.1.tgz"
}
