-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 733 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 733 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
31
32
33
34
35
{
"name": "acquire-port",
"version": "0.3.14",
"description": "Acquire a consistent guaranteed-to-be-free port number for your dev server or whatever else, no memorizing required!",
"keywords": [
"free",
"port",
"detect",
"unique",
"get",
"acquire",
"dev",
"server",
"development",
"generator",
"number",
"monotonic"
],
"repository": {
"type": "git",
"url": "https://github.com/Xunnamius/acquire-port"
},
"license": "MIT",
"author": "Xunnamius",
"main": "index.js",
"bin": {
"acquire-port": "./acquire-port.js",
"ap": "./acquire-port.js"
},
"dependencies": {
"basename": "0.1.2",
"detect-port": "^1.3.0",
"jsonfile": "6.1.0"
}
}