-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
45 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,47 @@ | ||
{ | ||
"name": "chai-as-promised", | ||
"description": "Extends Chai with assertions about promises.", | ||
"keywords": [ | ||
"chai", | ||
"chai-plugin", | ||
"browser", | ||
"async", | ||
"testing", | ||
"assertions", | ||
"promises", | ||
"promises-aplus" | ||
], | ||
"version": "5.2.0", | ||
"author": "Domenic Denicola <[email protected]> (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-jquery": "coffee ./test/browser/runner.coffee jquery", | ||
"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.10.0", | ||
"istanbul": "0.4.1", | ||
"ecstatic": "^1.3.1", | ||
"glob": "^6.0.1", | ||
"jshint": "^2.8.0", | ||
"mocha": "^2.3.4", | ||
"opener": "^1.4.1", | ||
"q": "^1.4.1", | ||
"underscore": "1.8.3" | ||
} | ||
"name": "chai-as-promised", | ||
"description": "Extends Chai with assertions about promises.", | ||
"keywords": [ | ||
"chai", | ||
"chai-plugin", | ||
"browser", | ||
"async", | ||
"testing", | ||
"assertions", | ||
"promises", | ||
"promises-aplus" | ||
], | ||
"version": "5.3.0", | ||
"author": "Domenic Denicola <[email protected]> (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-jquery": "coffee ./test/browser/runner.coffee jquery", | ||
"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.10.0", | ||
"istanbul": "0.4.1", | ||
"ecstatic": "^1.3.1", | ||
"glob": "^6.0.1", | ||
"jshint": "^2.8.0", | ||
"mocha": "^2.3.4", | ||
"opener": "^1.4.1", | ||
"q": "^1.4.1", | ||
"underscore": "1.8.3" | ||
} | ||
} |