-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 730 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 730 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
{
"name": "findandbind",
"version": "0.2.0",
"description": "Find and bind to free port in restify/express/connect.",
"main": "index.js",
"dependencies": {
"async": "~0.2.9"
},
"devDependencies": {
"mocha": "~1.12.0",
"restify": "~2.6.0",
"express": "~3.3.5"
},
"scripts": {
"test": "./node_modules/.bin/mocha -R spec",
"test-frameworks": "./node_modules/.bin/mocha -R spec ./test/frameworks"
},
"repository": {
"type": "git",
"url": "git://github.com/gyllstromk/node-find-and-bind.git"
},
"keywords": [
"restify",
"express",
"connect",
"port"
],
"author": "Karl Gyllstrom",
"license": "BSD",
"gitHead": "3adba1978dc2a268f237678352b6de524bf81427"
}