forked from tediousjs/tedious-connection-pool
-
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) · 681 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 681 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": "tedious-connection-pool",
"version": "0.1.1",
"description": "Connection Pool for tedious.",
"main": "lib/connection-pool.js",
"dependencies": {
"generic-pool": "2.0.3"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/pekim/tedious-connection-pool.git"
},
"keywords": [
"tedious",
"connection",
"pool"
],
"author": "Mike D Pilsbury",
"contributors": [
{
"name": "e11137",
"email": "rogelio.canedo@gmail.com"
}
],
"license": "MIT",
"devDependencies": {
"tedious": "0.0.7",
"mocha": "1.6.0",
"async": "0.1.22"
},
"licenses": "MIT"
}