forked from jugglingdb/postgres-adapter
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 698 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 698 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
{
"name": "jugglingdb-postgres",
"version": "0.1.0",
"description": "PostgreSQL adapter for JugglingDB",
"main": "index.js",
"scripts": {
"test": "make test"
},
"dependencies": {
"jugglingdb": "= 0.2.x",
"pg": "~4"
},
"devDependencies": {
"jugglingdb": "https://github.com/1602/jugglingdb/archive/master.tar.gz",
"semicov": "*",
"should": "~3.0.1",
"mocha": "~1.8.2"
},
"repository": {
"type": "git",
"url": "https://github.com/jugglingdb/postgres.git"
},
"author": "Anatoliy Chakkaev <mail@anatoliy.in>",
"license": "MIT",
"contributors": [
"Bob Matcuk (http://squeg.net/)",
"Scott Nonnenberg (scott@nonnenberg.com)"
]
}