-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 869 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
41
42
43
44
45
{
"name": "port-walker",
"version": "2.0.2",
"description": "Check ports status to find an available one",
"main": "src/index.js",
"author": "gbarthos <gbarthos.info@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/GBarthos/port-walker",
"repository": {
"type": "git",
"url": "https://github.com/GBarthos/port-walker"
},
"files": [
"src"
],
"directories": {
"lib": "src"
},
"keywords": [
"node",
"express",
"walk",
"port",
"retry",
"server"
],
"bugs": {
"url": "https://github.com/GBarthos/port-walker/issues"
},
"config": {
"port": "3000"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"express": "^4.15.2"
},
"engines": {
"node": ">=4.x"
},
"dependencies": {
"lodash.clone": "^4.5.0"
}
}