-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 878 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
{
"name": "co-pg",
"version": "2.0.2",
"description": "Co wrapper for node-postgres",
"repository": {
"type": "git",
"url": "https://github.com/basicdays/co-pg.git"
},
"bugs": {
"url": "https://github.com/basicdays/co-pg/issues"
},
"scripts": {
"test": "make test"
},
"main": "./lib",
"keywords": [
"async",
"generator",
"coroutine",
"co",
"postgresql",
"postgres",
"pg"
],
"author": "BasicDays <info@basicdays.com> (https://www.basicdays.com)",
"license": "MIT",
"homepage": "https://github.com/basicdays/co-pg",
"dependencies": {
"promissory": "^1.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"co": "^4.0.0",
"co-fs": "^1.2.0",
"commander": "^2.5.0",
"eslint": "^2.6.0",
"mocha": "^3.1.2",
"pg": "^4.5.2",
"pg-native": "^1.10.0",
"pg.js": "^4.1.1"
}
}