-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 818 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 818 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": "ngroktool",
"version": "0.2.0",
"description": "Get info about tunnels from either stored account of ngrok.com or from locally started ngrok.",
"main": "ngroktool.js",
"scripts": {
"ngroktool": "node ngroktool.js --npm",
"test": "node ngroktool.js list"
},
"repository": {
"type": "git",
"url": "https://github.com/pyhedgehog/ngroktool.git"
},
"keywords": [
"webhook", "localtunnel", "tunneling", "localhost", "ngrok"
],
"author": "\"Michael P. Dubner\" <pywebmail@list.ru>",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/pyhedgehog/ngroktool/issues"
},
"homepage": "https://github.com/pyhedgehog/ngroktool",
"dependencies": {
"argparse": "^1.0.2",
"cheerio": "^0.19.0",
"js-yaml": "^3.3.1",
"request": "^2.58.0"
}
}