forked from jakerella/jquery-mockjax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 955 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
{
"name": "jquery-mockjax",
"version": "1.5.3",
"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/)",
"homepage": "http://github.com/appendto/jquery-mockjax",
"repository": {
"type": "git",
"url": "https://github.com/appendto/jquery-mockjax.git"
},
"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"
}
]
}