forked from doedje/jquery.soap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsoap.jquery.json
31 lines (31 loc) · 843 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
{
"name": "soap",
"title": "jQuery Soap",
"version": "1.0.2",
"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"
],
"homepage": "https://github.com/doedje/jquery.soap",
"docs": "https://github.com/doedje/jquery.soap/blob/master/README.md",
"author": {
"name": "Remy Blom",
"email": "remy.blom@kmt.hku.nl"
},
"maintainers": [
{
"name": "Remy Blom",
"email": "remy.blom@kmt.hku.nl"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"dependencies": {
"jquery": ">=1.6"
}
}