{ "name": "sinon-chai", "description": "Extends Chai with assertions for the Sinon.JS mocking framework.", "keywords": [ "sinon", "chai", "testing", "spies", "stubs", "mocks" ], "version": "2.8.0", "author": { "name": "Domenic Denicola", "email": "d@domenic.me", "url": "https://domenic.me/" }, "license": "(BSD-2-Clause OR WTFPL)", "repository": { "type": "git", "url": "git+https://github.com/domenic/sinon-chai.git" }, "main": "./lib/sinon-chai.js", "files": [ "lib" ], "scripts": { "test": "npm run test-chai-1-9-2 && npm run test-chai-2-3-0 && npm run test-chai-3-0-0", "test-chai-1-9-2": "npm install chai@1.9.2 && mocha", "test-chai-2-3-0": "npm install chai@2.3.0 && mocha", "test-chai-3-0-0": "npm install chai@3.0.0 && mocha", "lint": "jshint ./lib", "cover": "istanbul cover node_modules/mocha/bin/_mocha && opener ./coverage/lcov-report/lib/sinon-chai.js.html" }, "peerDependencies": { "chai": ">=1.9.2 <4", "sinon": ">=1.4.0 <2" }, "devDependencies": { "chai": "^3.0.0", "coffee-script": "~1.8.0", "istanbul": "~0.3.2", "jshint": "^2.5.6", "mocha": "^1.21.4", "opener": "^1.4.0", "sinon": "^1.10.3" }, "gitHead": "3a7740f840087d1c5a3851c394f5f58aff4f2c23", "bugs": { "url": "https://github.com/domenic/sinon-chai/issues" }, "homepage": "https://github.com/domenic/sinon-chai#readme", "_id": "sinon-chai@2.8.0", "_shasum": "432a9bbfd51a6fc00798f4d2526a829c060687ac", "_from": "sinon-chai@>=2.8.0 <3.0.0", "_npmVersion": "2.9.0", "_nodeVersion": "2.0.2", "_npmUser": { "name": "domenic", "email": "d@domenic.me" }, "maintainers": [ { "name": "domenic", "email": "domenic@domenicdenicola.com" } ], "dist": { "shasum": "432a9bbfd51a6fc00798f4d2526a829c060687ac", "tarball": "http://10.0.0.106:8080/s/sinon-chai/_attachments/sinon-chai-2.8.0.tgz" }, "directories": {}, "_resolved": "http://10.0.0.106:8080/s/sinon-chai/_attachments/sinon-chai-2.8.0.tgz", "readme": "ERROR: No README data found!" }