-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "htpc-remote",
"version": "1.5.0",
"description": "BYOD htpc control",
"main": "src/server/index.js",
"author": "fatlard1993",
"license": "ISC",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fatlard1993/htpc-remote.git"
},
"bugs": {
"url": "https://github.com/fatlard1993/htpc-remote/issues"
},
"homepage": "https://github.com/fatlard1993/htpc-remote#readme",
"devDependencies": {
"eslint": "^7.20.0"
},
"dependencies": {
"argi": "github:fatlard1993/argi",
"config-manager": "github:fatlard1993/config-manager#2.x.x",
"dialog": "github:fatlard1993/dialog#2.x.x",
"dom": "github:fatlard1993/dom#2.x.x",
"@fortawesome/fontawesome-free": "^5.15.2",
"http-server": "github:fatlard1993/http-server#4.x.x",
"js-util": "github:fatlard1993/js-util#2.x.x",
"keyboard": "github:fatlard1993/keyboard",
"log": "github:fatlard1993/log#3.x.x",
"robotjs": "^0.6.0",
"source-sans-pro": "^3.6.0",
"socket-client": "github:fatlard1993/socket-client#2.x.x",
"websocket-server": "github:fatlard1993/websocket-server#2.x.x"
}
}