forked from terox/urweather
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 736 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 736 Bytes
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
{
"name": "urweather",
"version": "0.1.4",
"description": "Small approach to unify all weather stations in a NodeJS way",
"keywords": [
"weather",
"wh1080",
"adapter",
"driver",
"universal interface"
],
"author": "David Pérez Terol <davidtxnet@gmail.com>",
"license": "MIT",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/terox/urweather",
"repository": {
"type": "git",
"url": "https://github.com/terox/urweather.git"
},
"bugs": {
"url": "https://github.com/terox/urweather/issues"
},
"dependencies": {
"bluebird": "^2.9.14",
"lodash": "^2.4.1",
"node-hid": "^0.4.0"
}
}