-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.29 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.29 KB
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
{
"name": "firstbuild_hackathon",
"version": "1.0.0",
"description": "Keep track of how much water you drink per day. This project uses the Intel Edison ioT development board and the Green Bean to control the water dispenser of a GE Refrigerator with voice commands like Dispense, Stop, Water, Cubed, Crushed. The system has a Redis data structure server running on the Edison to store the water consumption of each user.",
"main": "ReferWebServer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/elrafapadron/firstbuild_hackathon.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/elrafapadron/firstbuild_hackathon/issues"
},
"homepage": "https://github.com/elrafapadron/firstbuild_hackathon",
"devDependencies": {
"express": "^4.12.3",
"grunt": "^0.4.5",
"grunt-browser-sync": "^2.1.1",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"load-grunt-tasks": "^3.1.0",
"socket.io": "^1.3.5",
"picnic": "^6.4.0"
},
"dependencies": {
"firebase": "^2.2.3",
"gifencoder": "^1.1.0",
"green-bean": "^0.1.1",
"node-raspistill": "0.0.14",
"png-file-stream": "^1.0.0",
"socket.io": "^1.7.4"
}
}