forked from sweetpi/pimatic-weather
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 882 Bytes
/
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
{
"name": "pimatic-weather",
"description": "Imports weather data as devices",
"author": "Jose Castro Leon <[email protected]>",
"main": "weather",
"files": [
"weather.coffee",
"README.md",
"weather-config-schema.coffee",
"device-config-schema.coffee"
],
"version": "0.8.0",
"homepage": "http://your-plugin-website",
"configSchema": "weather-config-schema.coffee",
"dependencies": {
"weather-js": "^0.1.1"
},
"peerDependencies": {
"pimatic": "0.8.*"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/josecastroleon/pimatic-weather.git"
},
"keywords": [
"pimatic"
],
"bugs": {
"url": "https://github.com/josecastroleon/pimatic-weather/issues"
}
}