forked from doedje/jquery.soap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
soap.jquery.json
32 lines (32 loc) · 860 Bytes
/
soap.jquery.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": "soap",
"title": "jQuery Soap",
"version": "1.2.1",
"description": "jQuery plugin for communicating with a web service using SOAP. This script uses $.ajax to do a soapRequest. It can take XML DOM, XML string or JSON as input and the response can be returned as either XML DOM, XML string or JSON too. Thanx to proton17, Diccon Towns and Zach Shelton! Let's $.soap()!",
"keywords": [
"soap",
"ajax",
"wss"
],
"homepage": "https://github.com/doedje/jquery.soap",
"docs": "https://github.com/doedje/jquery.soap/blob/master/README.md",
"author": {
"name": "Remy Blom",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Remy Blom",
"email": "[email protected]"
}
],
"licenses": [
{
"type": "GNU GPLv3",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"dependencies": {
"jquery": ">=1.6"
}
}