forked from C2FO/patio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·52 lines (52 loc) · 976 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
43
44
45
46
47
48
49
50
51
52
{
"name": "patio",
"description": "Patio query engine and ORM",
"version": "0.1.1",
"keywords": [
"ORM",
"object relation mapper",
"relational",
"mapper",
"moose",
"mysql",
"MySQL",
"MySql",
"SQL",
"sql",
"query",
"database",
"dataset",
"transactions",
"DDl",
"Sequel",
"migrations"
],
"repository": {
"type": "git",
"url": "git@github.com:pollenware/patio.git"
},
"homepage": "http://pollenware.github.com/patio/index.html",
"author": "Pollenware (http://pollenware.github.com)",
"main": "index.js",
"dependencies": {
"mysql": "2.0.0-alpha2",
"pg": "0.7.2",
"comb": ">=0.1.5",
"comb-proxy": ">=0.0.2",
"hive-cache": "0.0.2",
"commander": "0.5.1",
"validator": "~0.4.11"
},
"devDependencies": {
"it": "0.0.3"
},
"directories": {
"lib": "lib"
},
"bin": {
"patio": "./bin/patio"
},
"engines": {
"node": ">= 0.6.0"
}
}