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.

45 lines
930 B

6 years ago
{
"name": "yunkong2.doorgate",
"version": "0.6.0",
"description": "doorgate",
"author": {
"name": "onc",
"email": "yunkong2@onenetcom.com"
},
"contributors": [
{
"name": "onc",
"email": "yunkong2@onenetcom.com"
}
],
"homepage": "https://git.spacen.net/yunkong2/yunkong2.doorgate",
"license": "MIT",
"keywords": [
"yunkong2",
"doorgate",
"Smart Home",
"home automation"
],
"repository": {
"type": "git",
"url": "https://git.spacen.net/yunkong2/yunkong2.doorgate"
},
"dependencies": {
"express": "^4.13.4",
"request": "^2.72.0"
},
6 years ago
"devDependencies": {
"gulp": "^3.9.1",
"mocha": "^4.1.0",
"chai": "^4.1.2"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"bugs": {
"url": "https://git.spacen.net/yunkong2/yunkong2.doorgate/issues"
},
"readmeFilename": "README.md"
}