-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 622 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 622 Bytes
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
{
"name": "TalkerNode",
"version": "0.6.40",
"description": "TalkerNode is a Talker base, written in Node.js.",
"main": "TalkerNode.js",
"repository": {
"url": "https://github.com/marado/TalkerNode.git",
"type": "git"
},
"author": "Marcos Marado <mindboosternoori@gmail.com>",
"license": "Unlicense",
"engines": {
"node": ">=8.3.0"
},
"dependencies": {
"chalk": "<=4",
"lowdb": ">=0.17.0 <2.0.0",
"mathjs": "<9.4.4",
"nodiverse": ">=0.4.1",
"password-strength": "",
"strip-ansi": "<7"
},
"keywords": [
"talker",
"server",
"MU*",
"telnet"
]
}