-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
54 lines (54 loc) · 1.2 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
{
"name": "database-js",
"version": "3.0.11",
"description": "Common database interface for JavaScript",
"main": "index.js",
"scripts": {
"test": "echo \"Automated tests will be added soon.\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/mlaanderson/database-js.git"
},
"keywords": [
"database-js",
"database-js-mysql",
"database-js-postgres",
"database-js-sqlite",
"database-js-adodb",
"database-js-firebase",
"database-js-ini",
"database-js-xlsx",
"database-js-csv",
"database-js-json",
"javascript",
"database",
"db",
"sql",
"query",
"driver",
"mysql",
"postgre",
"postgres",
"postgresql",
"sqlite",
"ado",
"adodb",
"firebase",
"ini",
"xls",
"xlsx",
"csv",
"json"
],
"author": "Michael Anderson <[email protected]>",
"contributors": [
"Michael Anderson <[email protected]> (https://github.com/mlaanderson/)",
"Thiago Delgado Pinto (https://github.com/thiagodp)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mlaanderson/database-js/issues"
},
"homepage": "https://github.com/mlaanderson/database-js"
}