-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
{
"name": "database-js",
"version": "3.0.1",
"description": "Common Database Interface",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mlaanderson/database-js.git"
},
"keywords": [
"database",
"database-js",
"javascript",
"adodb",
"firebase",
"ini",
"mysql",
"postgres",
"sqlite"
],
"author": "Michael Anderson <michael@anderson-clan.org>",
"contributors": [
"Michael Anderson <michael@anderson-clan.org> (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#readme",
"devDependencies": {
"database-js-adodb": "^1.0.0",
"database-js-firebase": "^1.0.0",
"database-js-ini": "^1.0.0",
"database-js-json": "^1.0.0",
"database-js-mysql": "^1.0.0",
"database-js-postgres": "^1.0.0",
"database-js-sqlite": "^1.0.3"
}
}