forked from chilts/koa-pg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 796 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
{
"name": "koa-pg",
"description": "Koa middleware to get you a Postgres client.",
"version": "0.23.0",
"homepage": "https://github.com/chilts/koa-pg",
"dependencies": {
"co-pg": "~1.3.1"
},
"devDependencies": {
"koa": "~0.1.2"
},
"author": {
"name": "Andrew Chilton",
"email": "[email protected]",
"url": "http://www.chilts.org/"
},
"repository": {
"type": "git",
"url": "git://github.com/chilts/koa-pg.git"
},
"bugs": {
"url": "https://github.com/chilts/koa-pg/issues",
"mail": "[email protected]"
},
"licenses": [
{
"type": "MIT",
"url": "http://chilts.mit-license.org/2013/"
}
],
"keywords": [
"koa",
"koa middleware",
"middleware",
"pg",
"postgres",
"postgresql"
]
}