UNPKG

shimo-chai-as-promised

Version:

Extends Chai with assertions about promises.

47 lines (46 loc) 1.45 kB
{ "name": "shimo-chai-as-promised", "description": "Extends Chai with assertions about promises.", "keywords": [ "chai", "chai-plugin", "browser", "async", "testing", "assertions", "promises", "promises-aplus" ], "version": "5.1.2", "author": "Domenic Denicola <d@domenic.me> (https://domenic.me)", "license": "WTFPL", "repository": "domenic/chai-as-promised", "main": "./lib/chai-as-promised.js", "files": [ "lib" ], "scripts": { "test": "npm run test-plugin && npm run test-intercompatibility", "test-plugin": "mocha", "test-intercompatibility": "mocha test-intercompatibility --opts test-intercompatibility/mocha.opts", "test-browser-q": "coffee ./test/browser/runner.coffee q", "test-browser-when": "coffee ./test/browser/runner.coffee when", "lint": "jshint ./lib", "cover": "istanbul cover node_modules/mocha/bin/_mocha && opener ./coverage/lcov-report/lib/chai-as-promised.js.html" }, "peerDependencies": { "chai": ">= 2.1.2 < 4" }, "devDependencies": { "chai": "^3.0.0", "coffee-script": "1.9.0", "istanbul": "0.3.5", "ecstatic": "0.5.8", "glob": "^4.3.5", "jshint": "^2.6.0", "mocha": "^1.21.5", "opener": "^1.4.0", "q": "^1.1.2", "underscore": "1.7.0" } }