diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..19c7fa7 --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ +{ + "name": "aboutscreen", + "version": "1.0.0", + "description": "About screen for BackSlash Linux", + "main": "main.js", + "scripts": { + "start": "electron ." + }, + "author": "BackSlash Linux", + "license": "ISC", + "dependencies": { + "@fortawesome/fontawesome-free": "^5.5.0", + "electron": "^3.0.8", + "jquery": "^3.3.1", + "systeminformation": "^3.47.0" + } +} |
