-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.1 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
{
"name": "Chillhub",
"version": "1.0.0",
"description": "ChillHub is a system for creating USB devices that extend the functionality of your fridge. It consists of a raspberry pi (http://www.raspberrypi.org/), a green bean (https://firstbuild.com/greenbean/), and a USB hub in a refrigerator door. ChillHub acts as a mailman the delivers messages from the cloud and the fridge to USB devices and from the USB devices back to the cloud.",
"main": "chillhub.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/FirstBuild/Chillhub.git"
},
"keywords": [
"chillhub",
"greenbean",
"appliances"
],
"dependencies": {
"binary-stream": "git+https://github.com/GEMakers/binary-stream.git",
"cron": "*",
"firebase": "^1.2.0-beta.1-0",
"green-bean": "*",
"serialport": "*",
"simplesets": "*",
"underscore": "*"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FirstBuild/Chillhub/issues"
},
"homepage": "https://github.com/FirstBuild/Chillhub"
}