forked from ioBroker/ioBroker.sql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.1 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
{
"name": "iobroker.sql",
"description": "Log state sql in a two-stages process (first to Redis, then to CouchDB)",
"version": "1.10.0",
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
"bluefox <dogafox@gmail.com>",
"Apollon77"
],
"homepage": "https://github.com/ioBroker/ioBroker.sql",
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.sql"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ioBroker/ioBroker.sql/blob/master/LICENSE"
}
],
"keywords": [
"ioBroker",
"log data",
"home automation"
],
"optionalDependencies": {
"mysql": "^2.15.0",
"pg": "^7.8.1",
"sqlite3": "^4.0.8",
"mssql": "^3.3.0"
},
"dependencies": {
"sql-client": "1.3.0",
"@iobroker/adapter-core": "^1.0.3"
},
"devDependencies": {
"gulp": "^4.0.0",
"mocha": "^6.0.2",
"chai": "^4.1.2"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.sql/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"license": "MIT"
}