Kinesim/package.json

28 lines
618 B
JSON
Raw Permalink Normal View History

2024-10-03 06:42:49 +05:30
{
"name": "Javascript Robot HMI",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"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",
"mocha": "3.2.0"
}
}