{
  "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"
  }
}
