You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.1 KiB

{
"name": "yunkong2.sql",
"description": "Log state sql in a two-stages process (first to Redis, then to CouchDB)",
"version": "1.9.2",
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
"bluefox <dogafox@gmail.com>",
"Apollon77"
],
"homepage": "https://git.spacen.net/yunkong2/yunkong2.sql",
"repository": {
"type": "git",
"url": "https://git.spacen.net/yunkong2/yunkong2.sql"
},
"licenses": [
{
"type": "MIT",
"url": "https://git.spacen.net/yunkong2/yunkong2.sql/blob/master/LICENSE"
}
],
"keywords": [
"yunkong2",
"log data",
"home automation"
],
"optionalDependencies": {
"mysql": "^2.15.0",
"pg": "^6.1.5",
"sqlite3": "^4.0.1",
"mssql": "^3.3.0"
},
"dependencies": {
"sql-client": "0.7.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"mocha": "^4.1.0",
"chai": "^4.1.2"
},
"bugs": {
"url": "https://git.spacen.net/yunkong2/yunkong2.sql/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"license": "MIT"
}