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.

44 lines
943 B

6 years ago
{
"name": "yunkong2.yr",
"description": "Fetches 48h weather forecast from yr.no",
"version": "2.0.2",
"contributors": [
"bluefox <dogafox@gmail.com>",
"hobbyquaker <hq@ccu.io>"
],
"homepage": "https://github.com/yunkong2/yunkong2.yr",
"repository": {
"type": "git",
"url": "https://github.com/yunkong2/yunkong2.yr"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/yunkong2/yunkong2.yr/blob/master/LICENSE"
}
],
"keywords": [
"yunkong2",
"weather",
"Home automation",
"yr.no"
],
"dependencies": {
"xml2js": "^0.4.19"
},
"devDependencies": {
"gulp": "^3.9.1",
"mocha": "^5.2.0",
"chai": "^4.1.2"
},
"bugs": {
"url": "https://github.com/yunkong2/yunkong2.yr/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"author": "hobbyquaker <hq@ccu.io>",
"license": "MIT"
}