forked from ioBroker/ioBroker.yr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "iobroker.yr",
"description": "Fetches 48h weather forecast from yr.no",
"version": "1.0.0",
"contributors": [
"bluefox <bluefox@ccu.io>",
"hobbyquaker <hq@ccu.io>"
],
"homepage": "https://github.com/ioBroker/ioBroker.yr",
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.yr"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ioBroker/ioBroker.yr/blob/master/LICENSE"
}
],
"keywords": [
"ioBroker",
"weather",
"Home automation",
"yr.no"
],
"dependencies": {
"xml2js": "^0.4.4"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-replace": "^0.9.3",
"grunt-contrib-jshint": "^0.11.2",
"grunt-jscs": "^2.0.0",
"grunt-http": "^1.6.0",
"mocha": "^2.3.4",
"chai": "^3.4.1"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.yr/issues"
},
"main": "yr.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha"
},
"author": "hobbyquaker <hq@ccu.io>",
"license": "MIT"
}