UNPKG

odoo-xmlrpc

Version:

Nodejs client to call Odoo RPC's through xmlrpc library.

49 lines (48 loc) 1.12 kB
{ "name": "odoo-xmlrpc", "version": "1.0.8", "description": "Nodejs client to call Odoo RPC's through xmlrpc library.", "author": { "name": "Faisal Sami", "email": "faisalsami78@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/faisalsami/odoo-xmlrpc" }, "homepage": "https://github.com/faisalsami/odoo-xmlrpc", "bugs": "https://github.com/faisalsami/odoo-xmlrpc/issues", "readme": "https://github.com/faisalsami/odoo-xmlrpc/blob/master/README.md", "directories": { "lib": "./lib/" }, "main": "./lib/index.js", "engines": { "node": ">=0.8", "npm": ">=1.0.0" }, "dependencies": { "xmlrpc": "^1.3.1", "url": "*" }, "license": "Apache-2.0", "scripts": {}, "keywords": [ "odoo", "xmlrpc" ], "bugs": { "url": "https://github.com/faisalsami/odoo-xmlrpc/issues" }, "homepage": "https://github.com/faisalsami/odoo-xmlrpc", "_npmUser": { "name": "faisalsami", "email": "faisalsami78@gmail.com" }, "maintainers": [ { "name": "faisalsami", "email": "faisalsami78@gmail.com" } ] }