-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
40 lines (40 loc) · 1 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
32
33
34
35
36
37
38
39
40
{
"name": "snmp-fiberhome",
"version": "1.3.3",
"description": "This module communicates with Fiberhome OLTs using the SNMP protocol. The module is capable of managing the OLT, Slots, Cards, pon ports and ONUs by performing read and write functions directly in OLT.",
"main": "snmp-fiberhome.js",
"scripts": {
"test": "node test/index.js | tap-spec"
},
"readmeFilename": "README.md",
"private": false,
"keywords": [
"snmp",
"fiberhome",
"olt",
"onu",
"slot",
"management",
"protocol"
],
"author": {
"name": "Thiago Quintao de Andrade",
"email": "thiagoquintaodeandrade@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/tqandrade/snmp-fiberhome.git"
},
"dependencies": {
"net-snmp": "^1.2.4",
"promise-queue": "^2.2.5",
"string.prototype.padstart": "^3.0.0",
"vow": "^0.4.20"
},
"devDependencies": {
"tap-spec": "^5.0.0",
"tape": "^4.11.0",
"tape-promise": "^4.0.0"
}
}