1
0
mirror of http://github.com/AhabHyde/JSComando synced 2025-01-10 06:14:20 +01:00
JSComando/package.json

26 lines
641 B
JSON
Raw Normal View History

2017-08-14 22:30:04 +02:00
{
"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",
2017-08-14 22:37:41 +02:00
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/AhabHyde/TeleComando.git"
},
"bugs": {
"url": "https://github.com/AhabHyde/TeleComando/issues"
},
"homepage": "https://github.com/AhabHyde/TeleComando#readme"
2017-08-14 22:30:04 +02:00
}