-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
43 lines (43 loc) · 1.25 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
{
"name": "node-red-contrib-bean",
"author": "Ray Kampmeier - Punch Through Design",
"version": "0.5.2",
"description": "Node-red node for the LightBlue Bean",
"license": "MIT",
"homepage": "https://punchthrough.com/bean/",
"bugs": {
"url": "https://github.com/PunchThrough/node-red-contrib-bean/issues"
},
"dependencies": {
"ble-bean": "git://github.com/PunchThrough/ble-bean",
"async": "0.9.x"
},
"repository": {
"type": "git",
"url": "https://github.com/PunchThrough/node-red-contrib-bean.git"
},
"keywords": [
"node-red",
"LightBlue",
"Bean",
"Punch Through",
"Punch Through Design",
"Light Blue"
],
"contributors": [
"Ray Kampmeier <[email protected]> (http://raykampmeier.com/)",
"Simone Giertz <[email protected]> (http://simonegiertz.com/)",
"Geoffrey Arnold <[email protected]> (https://github.com/garnold)",
"Ashish Derhgawen <[email protected]> (http://github.com/aderhgawen)"
],
"node-red": {
"nodes": {
"bean": "Bean/bean.js",
"beanAccel": "Bean/beanAccel.js",
"beanLed": "Bean/beanLed.js",
"beanSerial": "Bean/beanSerial.js",
"beanTemp": "Bean/beanTemp.js",
"beanScratch": "Bean/beanScratch.js"
}
}
}