51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "yunkong2.owntracks",
|
|
"version": "0.3.0",
|
|
"description": "yunkong2 OwnTracks Adapter",
|
|
"author": {
|
|
"name": "bluefox",
|
|
"email": "dogafox@gmail.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "bluefox",
|
|
"email": "dogafox@gmail.com"
|
|
},
|
|
{
|
|
"name": "matspi",
|
|
"email": "matthias.spiller@fari.software"
|
|
}
|
|
],
|
|
"homepage": "https://git.spacen.net/yunkong2/yunkong2.owntracks",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"yunkong2",
|
|
"owntracks"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.spacen.net/yunkong2/yunkong2.owntracks"
|
|
},
|
|
"dependencies": {
|
|
"create-stream-server": "^0.1.1",
|
|
"mqtt-connection": "^2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^1.0.1",
|
|
"grunt-replace": "^1.0.1",
|
|
"grunt-contrib-jshint": "^1.1.0",
|
|
"grunt-jscs": "^3.0.1",
|
|
"grunt-http": "^2.2.0",
|
|
"mocha": "^4.1.0",
|
|
"chai": "^4.1.2",
|
|
"request": "^2.75.0"
|
|
},
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "node node_modules/mocha/bin/mocha --exit"
|
|
},
|
|
"bugs": {
|
|
"url": "https://git.spacen.net/yunkong2/yunkong2.owntracks/issues"
|
|
},
|
|
"readmeFilename": "README.md"
|
|
} |