-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 854 Bytes
/
package.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
33
34
35
36
37
38
39
{
"name": "@jsxmlrpc/jsxmlrpc",
"version": "0.6.2",
"description": "A javascript library for building xmlrpc and jsonrpc clients",
"keywords": [
"xmlrpc",
"jsonrpc"
],
"license": "BSD-3-Clause",
"dependencies": {
"jsdom": "*",
"xhr2": "*"
},
"devDependencies": {
"cssnano": "*",
"jsdoc": "*",
"postcss": "*",
"postcss-cli": "*",
"uglify-js": "*"
},
"type": "module",
"main": "lib/index.js",
"directories": {
"doc": "doc",
"lib": "lib"
},
"scripts": {
"minify": "./build/minify.sh",
"doc": "./doc/build/setup_tools.sh && ./doc/build/generate.sh"
},
"homepage": "http://gggeek.github.io/jsxmlrpc/",
"repository": {
"type": "git",
"url": "git+https://github.com/gggeek/jsxmlrpc.git"
},
"bugs": {
"url": "https://github.com/gggeek/jsxmlrpc/issues"
}
}