-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 881 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
{
"name": "brewtool",
"version": "0.18.3",
"description": "Brew temperature graphing tool and calculator using serial and socket.io",
"main": "daemon.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/jmrnilsson/brewtool",
"author": "jmrnilsson",
"license": "MIT",
"dependencies": {
"bootstrap": "3.4.0",
"c3": "0.4.21",
"d3": "3.5.0",
"express": "4.16.3",
"jquery": "3.3.1",
"knockout": "3.4.2",
"requirejs": "2.3.5",
"serialport": "4.0.1",
"socket.io": "2.0.4",
"socket.io-client": "2.0.4",
"text": "github:requirejs/text",
"toastr": "2.1.4"
},
"devDependencies": {
"eslint": "4.18.2",
"eslint-plugin-react": "7.7.0",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.9.0",
"eslint-plugin-jsx-a11y": "6.0.3"
}
}