-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 994 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
32
33
34
35
36
37
38
39
40
{
"name": "portscanner9000",
"version": "0.1.3",
"description": "a cli remote port scanner with service name lookup",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"portscanner9000": "portscanner9000.js",
"ps9": "portscanner9000.js"
},
"preferGlobal": true,
"keywords": [
"cli",
"port",
"scan"
],
"author": "Ben Greenier",
"license": "MIT",
"dependencies": {
"async": "^1.4.0",
"colors": "^1.1.2",
"commander": "^2.8.1",
"lodash.sortby": "^3.1.5",
"lodash.uniq": "^3.2.2",
"portscanner": "^1.0.0",
"request": "^2.60.0",
"well-known-ports": "^0.1.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/hashtag-include/portscanner9000.git"
},
"bugs": {
"url": "https://github.com/hashtag-include/portscanner9000/issues"
},
"homepage": "https://github.com/hashtag-include/portscanner9000#readme"
}