51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "yunkong2.kodi",
|
|
"version": "1.0.0",
|
|
"description": "yunkong2.kodi Adapter",
|
|
"author": {
|
|
"name": "instalator",
|
|
"email": "vvvalt@mail.ru"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "instalator",
|
|
"email": "vvvalt@mail.ru"
|
|
}
|
|
],
|
|
"homepage": "https://github.com/instalator/yunkong2.kodi",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"yunkong2",
|
|
"kodi xbmc",
|
|
"Smart Home",
|
|
"home automation"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/instalator/yunkong2.kodi"
|
|
},
|
|
"dependencies": {
|
|
"kodi-ws": "https://github.com/instalator/kodi-ws/tarball/master/"
|
|
},
|
|
"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",
|
|
"grunt-contrib-clean": "^1.1.0",
|
|
"grunt-contrib-compress": "^1.4.3",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-exec": "^3.0.0",
|
|
"mocha": "^4.1.0",
|
|
"chai": "^4.1.2"
|
|
},
|
|
"main": "kodi.js",
|
|
"scripts": {
|
|
"test": "node node_modules/mocha/bin/mocha --exit"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/instalator/yunkong2.kodi/issues"
|
|
},
|
|
"readmeFilename": "README.md"
|
|
} |