osjs-hardware-provider
Version:
A service provider that adds hardware acces.
32 lines (31 loc) • 830 B
JSON
{
"name": "osjs-hardware-provider",
"version": "1.0.5",
"description": "A service provider that adds hardware acces.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"osjs",
"os.js",
"provider",
"hardware"
],
"repository": {
"type": "git",
"url": "git+https://github.com/SpaceboyRoss01/OS.js-hardware-serviceprovider.git"
},
"author": "Spaceboy Ross",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SpaceboyRoss01/OS.js-hardware-serviceprovider/issues"
},
"homepage": "https://github.com/SpaceboyRoss01/OS.js-hardware-serviceprovider#readme",
"dependencies": {
"@osjs/event-emitter": "^1.0.4",
"paclient": "0.0.2",
"systeminformation": "^3.51.3"
},
"optionalDependencies": {}
}