-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 898 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
{
"name": "xql",
"version": "1.4.12",
"license": "Unlicense",
"engines": {
"node": ">=6"
},
"description": "Extensible and dependency free SQL builder that provides an expression tree and supports multiple database dialects.",
"keywords": [
"builder",
"database",
"expression",
"generate",
"generator",
"mysql",
"pg",
"pgsql",
"postgres",
"postgresql",
"query",
"statement",
"sql",
"sqlite",
"tools",
"utilities",
"utility",
"wrapper"
],
"homepage": "https://github.com/jsstuff/xql",
"bugs": {
"url": "https://github.com/jsstuff/xql/issues"
},
"contributors": [
"Petr Kobalicek <kobalicek.petr@gmail.com> (kobalicek.com)"
],
"main": "xql.js",
"repository": {
"type": "git",
"url": "https://github.com/jsstuff/xql.git"
},
"scripts": {
"test": "mocha xql-spec.js"
}
}