Skip to content

Commit

Permalink
5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Mar 20, 2016
1 parent c642b72 commit eecee78
Showing 1 changed file with 45 additions and 45 deletions.
90 changes: 45 additions & 45 deletions package.json
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 <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-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 <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-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"
}
}

0 comments on commit eecee78

Please sign in to comment.