-
-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 700 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 700 Bytes
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
{
"name": "javascript-robot-hmi",
"version": "1.0.1",
"description": "Javascript Robot HMI",
"main": "index.js",
"scripts": {
"start": "lite-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "glumb",
"license": "MIT",
"dependencies": {
"colors": "^1.1.2",
"commander": "^2.9.0",
"debug": "^2.2.0",
"redux": "^3.6.0",
"serialport": "^4.0.1",
"socketio": "^1.0.0"
},
"devDependencies": {
"eslint": "^3.8.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"lite-server": "^2.4.0",
"mocha": "3.2.0"
}
}