forked from kfiron/node-fetch-response-matchers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 856 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "node-fetch-response-matchers",
"version": "1.1.48",
"description": "Chai asserts for node-fetch response promise, make your tests with http more declarative",
"keywords": [
"chai",
"chai-plugin",
"matchers",
"node-fetch",
"http-response",
"tdd"
],
"main": "index.js",
"author": "Kfir Bloch <kfirb@wix.com>",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/kfiron/node-fetch-response-matchers"
},
"engines": {
"node": ">=4"
},
"dependencies": {
"set-cookie-parser": "^2.0.0",
"buffer-equal": "~1.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"express": "^4.15.2",
"mocha": "~3.2.0",
"node-fetch": "^1.6.3",
"sinon": "~1.17.6",
"uuid-random": "~1.0.6"
}
}