This commit is contained in:
2018-09-21 23:49:05 +08:00
parent d1436af18d
commit 9260e8e0ae
13 changed files with 71 additions and 71 deletions
+7 -7
View File
@@ -1,7 +1,7 @@
{
"name": "iobroker.template-rest",
"name": "yunkong2.rest",
"version": "0.1.0",
"description": "ioBroker template-rest Adapter",
"description": "yunkong2 rest Adapter",
"author": {
"name": "@@Author@@",
"email": "@@email@@"
@@ -12,16 +12,16 @@
"email": "@@email@@"
}
],
"homepage": "https://github.com/ioBroker/ioBroker.template-rest",
"homepage": "https://git.spacen.net/yunkong2/yunkong2.rest",
"license": "MIT",
"keywords": [
"ioBroker",
"template-rest",
"yunkong2",
"rest",
"REST API"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.template-rest"
"url": "https://git.spacen.net/yunkong2/yunkong2.rest"
},
"dependencies": {
"express": "^4.13.4",
@@ -41,7 +41,7 @@
"test": "node node_modules/mocha/bin/mocha --exit"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.template-rest/issues"
"url": "https://git.spacen.net/yunkong2/yunkong2.rest/issues"
},
"readmeFilename": "README.md"
}