-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 944 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": "cisco-risport",
"version": "1.3.0",
"description": "A library to pull RisPort status from Cisco CUCM via SOAP",
"main": "main.js",
"scripts": {
"test": "NODE_ENV=test node ./test/tests.js",
"development": "NODE_ENV=development node ./test/tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sieteunoseis/cisco-risport.git"
},
"keywords": [
"cisco",
"node",
"risport",
"cucm"
],
"author": "Jeremy Worden <[email protected]> (https://automate.builders/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sieteunoseis/cisco-risport/issues"
},
"homepage": "https://github.com/sieteunoseis/cisco-risport#readme",
"dependencies": {
"fetch-retry": "^6.0.0",
"util": "*",
"xml2js": "*"
},
"devDependencies": {
"dotenv": "*",
"envalid": "^8.0.0"
},
"directories": {
"lib": "lib",
"test": "test"
}
}