-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 718 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 718 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
{
"name": "couch-to-postgres",
"version": "0.0.5",
"description": "Node libary to watch CouchDB _changes and update PostgreSQL",
"main": "index.js",
"bin": {
"couch-to-postgres": "bin/daemon.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"postgresql",
"postgres",
"couchdb",
"couch",
"feed",
"changes",
"transfer"
],
"author": "Mike Wolman <mike@wolman.co.uk>",
"license": "BSD",
"homepage": "https://github.com/sysadminmike/couch-to-postgres",
"dependencies": {
"kew": "0.5.0-alpha.1",
"pg": "4.5.7",
"pg-escape": "0.0.3",
"async": "0.9.0",
"follow": "0.11.4",
"events": "1.0.2"
}
}