32 lines
748 B
JSON
32 lines
748 B
JSON
{
|
|
"name": "yunkong2.history",
|
|
"description": "Log state history in a two-stages process (first to RAM, then to disk)",
|
|
"version": "1.8.5",
|
|
"homepage": "https://git.spacen.net/yunkong2/yunkong2.history",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.spacen.net/yunkong2/yunkong2.history"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://git.spacen.net/yunkong2/yunkong2.history/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"log data",
|
|
"home automation"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"gulp": "^3.9.1",
|
|
"mocha": "^4.1.0",
|
|
"chai": "^4.1.2"
|
|
},
|
|
"main": "history.js",
|
|
"scripts": {
|
|
"test": "node node_modules/mocha/bin/mocha --exit"
|
|
},
|
|
"license": "MIT"
|
|
}
|