-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 746 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 746 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
30
{
"name": "wikipedia-telnet",
"version": "0.0.4-git",
"description": "Wikipedia Telnet Server",
"main": "index.js",
"bin": {
"wikipedia-telnet": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "cscott/wikipedia-telnet"
},
"keywords": [
"telnet",
"wikipedia"
],
"author": "cscott, atdt",
"license": "AGPL-3.0",
"homepage": "https://github.com/cscott/wikipedia-telnet",
"dependencies": {
"babybird": "0.0.1",
"mw-ocg-bundler": "^1.3.1",
"mw-ocg-texter": "^0.3.3",
"request": "^2.69.0",
"telnet": "git+https://github.com/TooTallNate/node-telnet.git#780340617e1f223de384cdfcb7cecf0a1a6f1159"
}
}