forked from skolastikarhea/olt-client-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 859 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
{
"name": "@thiago.zampieri/olt-client-parser",
"version": "1.0.51",
"description": "Biblioteca para acessar OLTs multimarcas e transformar em JSON",
"main": "index.js",
"scripts": {
"test": "nodemon test/connect.js"
},
"author": "Thiago Zampieri <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/thiagozampieri/olt-client-parser.git#readme",
"dependencies": {
"chance": "^1.1.11",
"co": "^4.6.0",
"moment-timezone": "^0.5.41",
"node-ssh": "^13.1.0",
"promise-series": "^1.0.0",
"ssh2shell": "^2.0.8",
"telnet-client": "^2.0.6"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thiagozampieri/olt-client-parser.git"
},
"bugs": {
"url": "https://github.com/thiagozampieri/olt-client-parser/issues"
}
}