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.

42 lines
881 B

6 years ago
{
6 years ago
"name": "yunkong2.template",
6 years ago
"version": "0.6.0",
6 years ago
"description": "yunkong2 template Adapter",
6 years ago
"author": {
"name": "@@Author@@",
"email": "@@email@@"
},
"contributors": [
{
"name": "@@Author@@",
"email": "@@email@@"
}
],
6 years ago
"homepage": "https://git.spacen.net/yunkong2/yunkong2.template",
6 years ago
"license": "MIT",
"keywords": [
6 years ago
"yunkong2",
6 years ago
"template",
"Smart Home",
"home automation"
],
"repository": {
"type": "git",
6 years ago
"url": "https://git.spacen.net/yunkong2/yunkong2.template"
6 years ago
},
"dependencies": {},
"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": {
6 years ago
"url": "https://git.spacen.net/yunkong2/yunkong2.template/issues"
6 years ago
},
"readmeFilename": "README.md"
6 years ago
}