mirror of
http://github.com/AhabHyde/JSComando
synced 2025-01-10 06:14:20 +01:00
18 lines
397 B
JSON
18 lines
397 B
JSON
|
{
|
||
|
"name": "telecomando",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Telecomando per comandare video di Youtube, Netflix o VLC",
|
||
|
"main": "serverApp.js",
|
||
|
"dependencies": {
|
||
|
"express": "^4.15.4",
|
||
|
"os": "^0.1.1",
|
||
|
"robotjs": "^0.4.7"
|
||
|
},
|
||
|
"devDependencies": {},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "Ahab Hyde",
|
||
|
"license": "MIT"
|
||
|
}
|