forked from jakerella/jquery-mockjax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.8 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "jquery-mockjax",
"title": "jQuery Mockjax",
"version": "2.6.0",
"main": "./src/jquery.mockjax.js",
"description": "The jQuery Mockjax Plugin provides a simple and extremely flexible interface for mocking or simulating ajax requests and responses.",
"url": "https://github.com/jakerella/jquery-mockjax",
"scripts": {
"test": "grunt test:all && node browserstack.js"
},
"keywords": [
"ajax",
"mock",
"unit",
"testing",
"jquery-plugin",
"ecosystem:jquery"
],
"author": {
"name": "Jonathan Sharp",
"url": "http://jdsharp.com"
},
"contributors": [
{
"name": "Doug Neiner"
},
{
"name": "Jonathan Creamer"
},
{
"name": "Jordan Kasper"
}
],
"homepage": "https://github.com/jakerella/jquery-mockjax",
"repository": {
"type": "git",
"url": "https://github.com/jakerella/jquery-mockjax.git"
},
"bugs": {
"web": "http://github.com/jakerella/jquery-mockjax/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
{
"type": "GPLv2",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
}
],
"dependencies": {
"jquery": ">=1.5.2"
},
"devDependencies": {
"browserify": "^16.5.2",
"browserstack-runner": "^0.9.3",
"grunt": "^1.3.0",
"grunt-browserify": "^5.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-qunit": "^4.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "^0.13.3",
"http-server": "^0.12.3",
"jsdom": "^16.4.0",
"load-grunt-tasks": "^5.1.0",
"mocha": "^8.1.1",
"puppeteer": "^5.2.1",
"sinon": "^9.0.3",
"xmlhttprequest": "^1.8.0"
}
}