-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 851 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
{
"name": "get-port-sync",
"version": "1.0.1",
"description": "a synchronous version of sindresorhus/get-port",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "mocha test/**/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ujc/get-port-sync.git"
},
"keywords": ["free", "port", "get-port"],
"author":{
"name": "Uri Chandler",
"email": "uri@kungfoo.bar",
"url": "https://blog.kungfoo.bar/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ujc/get-port-sync/issues"
},
"homepage": "https://github.com/ujc/get-port-sync#readme",
"dependencies": {
"deasync": "^0.1.8",
"get-port": "^2.1.0"
},
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/mocha": "^2.2.32",
"chai": "^3.5.0",
"mocha": "^3.1.2"
}
}