aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 19c7fa783dee6a6d5b8587393265df5f11907e18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
  }
}