forked from faisalsami/odoo-xmlrpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 910 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
40
{
"name": "@utillity/odoo-xmlrpc",
"version": "1.0.9",
"description": "Nodejs client to call Odoo RPC's through xmlrpc library.",
"author": "Faisal Sami <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/utillity/odoo-xmlrpc.git"
},
"directories": {
"example": "examples",
"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/utillity/odoo-xmlrpc/issues"
},
"homepage": "https://github.com/utillity/odoo-xmlrpc",
"_npmUser": {
"name": "faisalsami",
"email": "[email protected]"
},
"maintainers": [
"Tilfried uTILLIty Weissenberger <[email protected]>"
]
}