yunkong2.yr/package.json

44 lines
943 B
JSON
Raw Normal View History

2018-09-22 10:26:24 +08:00
{
"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"
}