-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (31 loc) · 1.19 KB
/
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
{
"name": "node-risport70",
"version": "0.0.2",
"description": "Node JS API for the Cisco CUCM RisPort70 (Real-Time Information Port). RisPort70 service provides an API for querying the current connection status of phones, devices, and applications connected to Cisco Unified Communications Manager (Unified CM). Details provided by RisPort70 include last known connection and registration state, IP address, and model information. The API provides queries, for example by name, for single device or application instances, and wildcard queries which return the status of multiple devices at once.",
"main": "src/RisPort70.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["RisPort70",
"Real-Time ",
"cucm",
"xml",
"json",
"soap",
"cisco",
"callmanager" ],
"author": "Robert Misior",
"license": "ISC",
"homepage": "https://github.com/probert100/node-risport70",
"repository": {
"type": "git",
"url": "git+https://github.com/probert100/node-risport70.git"
},
"dependencies": {
"axios": "^0.21.2",
"commander": "^3.0.2",
"lodash": "^4.17.21",
"xml-js": "^1.6.11",
"xml2json": "^0.11.2"
}
}