Line | |
---|
1 | { |
---|
2 | "name": "xmlrpc", |
---|
3 | "version": "0.4.0", |
---|
4 | "title": "XML-RPC over AJAX", |
---|
5 | "description": "Interact with remote XML-RPC services using AJAX", |
---|
6 | "author": { |
---|
7 | "name": "Tim Heap", |
---|
8 | "email": "heap.tim@gmail.com", |
---|
9 | "url": "http://timheap.me" |
---|
10 | }, |
---|
11 | "licenses": [ |
---|
12 | {"url": "http://unlicense.org/"} |
---|
13 | ], |
---|
14 | "dependencies": { |
---|
15 | "jquery": ">1.8.0" |
---|
16 | }, |
---|
17 | "keywords": [ |
---|
18 | "xmlrpc", "xml-rpc", |
---|
19 | "ajax", |
---|
20 | "xml", |
---|
21 | "remote-service" |
---|
22 | ], |
---|
23 | "homepage": "https://github.com/maelstrom/jquery-xmlrpc", |
---|
24 | "docs": "http://jquery-xml-rpc.readthedocs.org/" |
---|
25 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.