-
Notifications
You must be signed in to change notification settings - Fork 147
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 812 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 812 Bytes
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
{
"name": "jquery.soap",
"version": "1.7.3",
"description": "jQuery plugin for communicating with a web service using SOAP. This script uses $.ajax to send the SOAP message. 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. Big thanx to everybody that contributed! Let's $.soap()!",
"keywords": [
"jquery",
"soap",
"ajax",
"wss",
"jquery-plugin",
"ecosystem:jquery"
],
"bugs": "https://github.com/doedje/jquery.soap",
"license": "GPL-3.0-or-later",
"author": {
"name": "Remy Blom",
"email": "[email protected]"
},
"main": "jquery.soap.js",
"repository": {
"type": "git",
"url": "http://github.com/doedje/jquery.soap.git"
},
"dependencies": {
"jquery": ">=1.9.0"
}
}