-
Notifications
You must be signed in to change notification settings - Fork 375
/
package.json
71 lines (71 loc) · 1.76 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
{
"name": "jquery-mockjax",
"title": "jQuery Mockjax",
"version": "2.7.0-beta.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": "Jordan Kasper",
"url": "http://jordankasper.com"
},
"contributors": [
{
"name": "Doug Neiner"
},
{
"name": "Jonathan Creamer"
},
{
"name": "Jonathan Sharp",
"url": "http://jdsharp.com"
}
],
"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"
}
],
"devDependencies": {
"browserify": "^17.0.0",
"browserstack-runner": "^0.9.4",
"grunt": "^1.6.1",
"grunt-browserify": "^6.0.0",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-connect": "^4.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-qunit": "^8.0.1",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "^0.13.3",
"http-server": "^14.1.1",
"jquery": "^3.7.1",
"jsdom": "^24.0.0",
"load-grunt-tasks": "^5.1.0",
"mocha": "^10.3.0",
"puppeteer": "^22.1.0",
"qunit": "^2.20.1",
"sinon": "^17.0.1",
"xmlhttprequest": "^1.8.0"
}
}