forked from bjornharrtell/postgresql-http-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 975 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
{
"name": "postgresql-http-server",
"version": "0.6.0",
"author": "Björn Harrtell <[email protected]>",
"description": "PostgreSQL HTTP API Server",
"homepage": "https://github.com/bjornharrtell/postgresql-http-server",
"bin": "bin/postgresql-http-server",
"main": "lib/cli.coffee",
"scripts": {
"test": "mocha --recursive --require coffee-script --reporter dot test/specs/**/*"
},
"repository": {
"type": "git",
"url": "https://github.com/bjornharrtell/postgresql-http-server.git"
},
"keywords": [
"cli",
"postgresql",
"http",
"server"
],
"dependencies": {
"coffee-script": "1.6.2",
"optimist": "0.4.0",
"express": "3.2.3",
"passport": "0.1.16",
"pg": "1.1.0",
"log": "1.4.0"
},
"devDependencies": {
"mocha": "1.9.0"
},
"engines": {
"node": ">= 0.8.0"
},
"license": "MIT"
}