diff --git a/src/system/Readme.md b/src/system/Readme.md deleted file mode 100644 index 9a1dbf0..0000000 --- a/src/system/Readme.md +++ /dev/null @@ -1,37 +0,0 @@ -## Functions - -
-
dependencies(platform)
-

Evaluates system dependencies for digital -projector features by executing processes with ---help flag. If they do not exist, log to console

-
-
system()object
-

Profile the current system and return an object with -data about the displays and dependencies for the digital -projector feature.

-
-
- - - -## dependencies(platform) -Evaluates system dependencies for digital -projector features by executing processes with ---help flag. If they do not exist, log to console - -**Kind**: global function - -| Param | Type | Description | -| --- | --- | --- | -| platform | string | Operating system type | - - - -## system() ⇒ object -Profile the current system and return an object with -data about the displays and dependencies for the digital -projector feature. - -**Kind**: global function -**Returns**: object - Object containing system information diff --git a/src/system/package.json b/src/system/package.json deleted file mode 100644 index 148877b..0000000 --- a/src/system/package.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "system", - "version": "1.0.0", - "description": "", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "", - "license": "ISC" -}