forked from jpillora/xhook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 889 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
39
40
41
42
{
"name": "xhook",
"version": "1.4.9",
"description": "Easily intercept and modify XHR request and response",
"browser": "dist/xhook.js",
"main": "dist/xhook.js",
"scripts": {
"start": "grunt-source --server=3000",
"test": "testcafe chrome:headless tests",
"test:all": "testcafe all tests"
},
"repository": {
"type": "git",
"url": "https://github.com/jpillora/xhook"
},
"keywords": [
"xhr",
"ajax",
"intercept",
"modify",
"hook"
],
"author": {
"name": "Jaime Pillora",
"email": "[email protected]"
},
"contributors": [
{
"name": "Maayan Glikser",
"email": "[email protected]"
},
{
"name": "Daniel Gasienica",
"email": "[email protected]"
}
],
"license": "MIT",
"devDependencies": {
"testcafe": "^0.16.2",
"testcafe-browser-provider-saucelabs": "^1.3.0"
}
}