forked from vshymanskyy/blynk-library-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (38 loc) · 842 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
39
{
"name": "blynk-library",
"version": "0.5.3",
"description": "Blynk library implementation for JavaScript (Node.js, Espruino)",
"author": "Volodymyr Shymanskyy",
"license": "MIT",
"main": "./blynk.js",
"bin": {
"blynk-client": "bin/blynk-client.js",
"blynk-ctrl": "bin/blynk-ctrl.js"
},
"engines": {
"node": ">= 0.12.0"
},
"scripts": {
"prepublish": "make clean all",
"test": "echo \"Error: no test specified\" && exit 1"
},
"browser": {
"./blynk-node.js": false
},
"dependencies": {
},
"keywords": [
"Arduino",
"Espruino",
"Raspberry Pi",
"IoT",
"Internet of Things"
],
"repository": {
"type": "git",
"url": "https://github.com/vshymanskyy/blynk-library-js"
},
"bugs": {
"url": "https://github.com/vshymanskyy/blynk-library-js/issues"
}
}