|
1 | 1 | {
|
2 |
| - "name": "chai-as-promised", |
3 |
| - "description": "Extends Chai with assertions about promises.", |
4 |
| - "keywords": [ |
5 |
| - "chai", |
6 |
| - "chai-plugin", |
7 |
| - "browser", |
8 |
| - "async", |
9 |
| - "testing", |
10 |
| - "assertions", |
11 |
| - "promises", |
12 |
| - "promises-aplus" |
13 |
| - ], |
14 |
| - "version": "5.2.0", |
15 |
| - "author": "Domenic Denicola <[email protected]> (https://domenic.me)", |
16 |
| - "license": "WTFPL", |
17 |
| - "repository": "domenic/chai-as-promised", |
18 |
| - "main": "./lib/chai-as-promised.js", |
19 |
| - "files": [ |
20 |
| - "lib" |
21 |
| - ], |
22 |
| - "scripts": { |
23 |
| - "test": "npm run test-plugin && npm run test-intercompatibility", |
24 |
| - "test-plugin": "mocha", |
25 |
| - "test-intercompatibility": "mocha test-intercompatibility --opts test-intercompatibility/mocha.opts", |
26 |
| - "test-browser-jquery": "coffee ./test/browser/runner.coffee jquery", |
27 |
| - "test-browser-q": "coffee ./test/browser/runner.coffee q", |
28 |
| - "test-browser-when": "coffee ./test/browser/runner.coffee when", |
29 |
| - "lint": "jshint ./lib", |
30 |
| - "cover": "istanbul cover node_modules/mocha/bin/_mocha && opener ./coverage/lcov-report/lib/chai-as-promised.js.html" |
31 |
| - }, |
32 |
| - "peerDependencies": { |
33 |
| - "chai": ">= 2.1.2 < 4" |
34 |
| - }, |
35 |
| - "devDependencies": { |
36 |
| - "chai": "^3.0.0", |
37 |
| - "coffee-script": "1.10.0", |
38 |
| - "istanbul": "0.4.1", |
39 |
| - "ecstatic": "^1.3.1", |
40 |
| - "glob": "^6.0.1", |
41 |
| - "jshint": "^2.8.0", |
42 |
| - "mocha": "^2.3.4", |
43 |
| - "opener": "^1.4.1", |
44 |
| - "q": "^1.4.1", |
45 |
| - "underscore": "1.8.3" |
46 |
| - } |
| 2 | + "name": "chai-as-promised", |
| 3 | + "description": "Extends Chai with assertions about promises.", |
| 4 | + "keywords": [ |
| 5 | + "chai", |
| 6 | + "chai-plugin", |
| 7 | + "browser", |
| 8 | + "async", |
| 9 | + "testing", |
| 10 | + "assertions", |
| 11 | + "promises", |
| 12 | + "promises-aplus" |
| 13 | + ], |
| 14 | + "version": "5.3.0", |
| 15 | + "author": "Domenic Denicola <[email protected]> (https://domenic.me)", |
| 16 | + "license": "WTFPL", |
| 17 | + "repository": "domenic/chai-as-promised", |
| 18 | + "main": "./lib/chai-as-promised.js", |
| 19 | + "files": [ |
| 20 | + "lib" |
| 21 | + ], |
| 22 | + "scripts": { |
| 23 | + "test": "npm run test-plugin && npm run test-intercompatibility", |
| 24 | + "test-plugin": "mocha", |
| 25 | + "test-intercompatibility": "mocha test-intercompatibility --opts test-intercompatibility/mocha.opts", |
| 26 | + "test-browser-jquery": "coffee ./test/browser/runner.coffee jquery", |
| 27 | + "test-browser-q": "coffee ./test/browser/runner.coffee q", |
| 28 | + "test-browser-when": "coffee ./test/browser/runner.coffee when", |
| 29 | + "lint": "jshint ./lib", |
| 30 | + "cover": "istanbul cover node_modules/mocha/bin/_mocha && opener ./coverage/lcov-report/lib/chai-as-promised.js.html" |
| 31 | + }, |
| 32 | + "peerDependencies": { |
| 33 | + "chai": ">= 2.1.2 < 4" |
| 34 | + }, |
| 35 | + "devDependencies": { |
| 36 | + "chai": "^3.0.0", |
| 37 | + "coffee-script": "1.10.0", |
| 38 | + "istanbul": "0.4.1", |
| 39 | + "ecstatic": "^1.3.1", |
| 40 | + "glob": "^6.0.1", |
| 41 | + "jshint": "^2.8.0", |
| 42 | + "mocha": "^2.3.4", |
| 43 | + "opener": "^1.4.1", |
| 44 | + "q": "^1.4.1", |
| 45 | + "underscore": "1.8.3" |
| 46 | + } |
47 | 47 | }
|
0 commit comments