forked from C2FO/patio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.5 KB
/
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "patio",
"description": "Patio query engine and ORM",
"version": "4.0.0",
"keywords": [
"ORM",
"object relation mapper",
"relational",
"mapper",
"moose",
"mysql",
"MySQL",
"MySql",
"SQL",
"sql",
"query",
"database",
"dataset",
"transactions",
"DDl",
"Sequel",
"migrations"
],
"repository": {
"type": "git",
"url": "[email protected]:C2FO/patio.git"
},
"homepage": "http://c2fo.github.com/patio/index.html",
"author": "Doug Martin (http://c2fo.github.com)",
"main": "index.js",
"dependencies": {
"comb": "~2.0.0",
"commander": "~2.9.0",
"hive-cache": "0.0.3",
"is-safe-integer": "1.0.1",
"mysql": "2.10.0",
"pg": "7.4.3",
"pg-query-stream": "1.0.0",
"pg-types": "1.12.1",
"validator": "~10.3.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"coveralls": "^2.11.2",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.12.0",
"grunt-coveralls": "^1.0.0",
"grunt-exec": "^0.4.6",
"grunt-it": "^1.0.0",
"istanbul": "^0.3.14",
"it": "^1.0.1",
"jit-grunt": "^0.9.1",
"time-grunt": "^1.2.2"
},
"directories": {
"lib": "lib"
},
"bin": {
"patio": "./bin/patio"
},
"engines": {
"node": ">= 10.0.0"
}
}