-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 846 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
{
"name": "freshroast-sr700-driver",
"version": "0.0.1",
"description": "FreshRoast SR700 serial-over-USB driver",
"main": "index.js",
"dependencies": {
"clui": "~0.3.1",
"debug": "~2.6.0",
"make-runnable": "~1.0.7",
"pid-controller": "~1.0.5",
"readline": "~1.3.0",
"serialport": "~4.0.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cmcconomy/freshroast-sr700-driver.git"
},
"keywords": [
"coffee",
"roast",
"freshroast",
"sr700",
"ch341",
"serial"
],
"author": "Craig McConomy",
"license": "ISC",
"bugs": {
"url": "https://github.com/cmcconomy/freshroast-sr700-driver/issues"
},
"homepage": "https://github.com/cmcconomy/freshroast-sr700-driver#readme"
}