forked from Textalk/jquery.jsonrpcclient.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsonrpcclient.jquery.json
More file actions
31 lines (31 loc) · 853 Bytes
/
jsonrpcclient.jquery.json
File metadata and controls
31 lines (31 loc) · 853 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
28
29
30
31
{
"name": "jsonrpcclient",
"title": "jQuery JsonRpcClient",
"description": "jQuery JSON-RPC 2.0 client for HTTP and WebSocket backends.",
"keywords": [
"json-rpc"
],
"version": "0.2.0",
"author": {
"name": "Textalk AB",
"url": "https://textalk.se/"
},
"maintainers": [
{
"name": "Fredrik Liljegren"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Textalk/jquery.jsonrpcclient.js/blob/master/LICENSE"
}
],
"bugs": "https://github.com/Textalk/jquery.jsonrpcclient.js/issues",
"homepage": "https://github.com/Textalk/jquery.jsonrpcclient.js",
"docs": "https://github.com/Textalk/jquery.jsonrpcclient.js",
"download": "https://github.com/Textalk/jquery.jsonrpcclient.js/archive/master.zip",
"dependencies": {
"jquery": ">=1.5"
}
}