2018-09-25 10:42:52 +08:00
|
|
|
{
|
2018-09-25 10:52:06 +08:00
|
|
|
"name": "yunkong2.template",
|
2018-09-25 10:42:52 +08:00
|
|
|
"version": "0.6.0",
|
2018-09-25 10:52:06 +08:00
|
|
|
"description": "yunkong2 template Adapter",
|
2018-09-25 10:42:52 +08:00
|
|
|
"author": {
|
|
|
|
"name": "@@Author@@",
|
|
|
|
"email": "@@email@@"
|
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "@@Author@@",
|
|
|
|
"email": "@@email@@"
|
|
|
|
}
|
|
|
|
],
|
2018-09-25 10:52:06 +08:00
|
|
|
"homepage": "https://git.spacen.net/yunkong2/yunkong2.template",
|
2018-09-25 10:42:52 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"keywords": [
|
2018-09-25 10:52:06 +08:00
|
|
|
"yunkong2",
|
2018-09-25 10:42:52 +08:00
|
|
|
"template",
|
|
|
|
"Smart Home",
|
|
|
|
"home automation"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-09-25 10:52:06 +08:00
|
|
|
"url": "https://git.spacen.net/yunkong2/yunkong2.template"
|
2018-09-25 10:42:52 +08:00
|
|
|
},
|
|
|
|
"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": {
|
2018-09-25 10:52:06 +08:00
|
|
|
"url": "https://git.spacen.net/yunkong2/yunkong2.template/issues"
|
2018-09-25 10:42:52 +08:00
|
|
|
},
|
|
|
|
"readmeFilename": "README.md"
|
2018-09-25 10:56:51 +08:00
|
|
|
}
|