Initial commit
This commit is contained in:
43
package.json
Normal file
43
package.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user