-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.16 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.16 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "ros-client",
"version": "1.1.2",
"description": "Node.js client for MikroTik RouterOS API with support for plain text and encrypted connections",
"main": "index.js",
"readme": "README.md",
"readmeFilename": "README.md",
"scripts": {
"test": "echo \"Tests are exported as functions and can be imported for testing.\" && exit 0"
},
"keywords": [
"mikrotik",
"routeros",
"api",
"network",
"router",
"winbox",
"routerboard",
"networking",
"api-client",
"node-client",
"tls",
"encryption",
"management",
"automation"
],
"author": "Shivam Dwivedi",
"license": "MIT",
"dependencies": {
"crypto": "^1.0.1",
"events": "^3.3.0",
"iconv-lite": "^0.6.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sparrow-code/ros-client.git"
},
"bugs": {
"url": "https://github.com/sparrow-code/ros-client/issues"
},
"homepage": "https://github.com/sparrow-code/ros-client#readme",
"engines": {
"node": ">=10.0.0"
},
"files": [
"README.md",
"CHANGELOG.md",
"LICENSE",
"index.js",
"lib/",
"app.js",
"Refrence.js"
]
}