forked from jakerella/jquery-mockjax
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 883 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
{
"name": "jquery-mockjax",
"version": "1.5.0pre",
"description": "Mockjax. The jQuery Mockjax Plugin provides a simple and extremely flexible interface for mocking or simulating ajax requests and responses.",
"url": "http://code.appendto.com/plugins/jquery-mockjax/",
"keywords": [ "ajax", "mock", "unit" ],
"author": "Jonathan Sharp (http://jdsharp.com/)",
"bugs": {
"web": "http://github.com/appendto/jquery-mockjax/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://appendto.com/open-source-licenses"
},
{
"type": "GPLv2",
"url": "http://appendto.com/open-source-licenses"
}
],
"repositories": [
{
"type": "git",
"url": "http://github.com/appendto/jquery-mockjax.git"
}
],
"dependencies": {
"jquery": [ "1.3.2", "1.4.4", "1.5.2", "1.6.4", "1.7" ]
}
}