-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 841 Bytes
/
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
{
"name": "obs-witchcraft",
"version": "0.0.1",
"description": "A collection of OBS Studio Utilities built with Vanilla JS, CSS & HTML",
"repository": {
"type": "git",
"url": "https://github.com/jojobyte/obs-witchcraft.git"
},
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "lite-reload spells --port=8080"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/jojobyte"
},
"https://ko-fi.com/jojobyte",
"https://liberapay.com/jojobyte/"
],
"keywords": [
"html",
"css",
"javascript",
"vanilla.js",
"obs",
"obs studio",
"browser source",
"browser dock"
],
"author": "jojobyte <jojobyte@0t.lc> (https://jojo.io/)",
"devDependencies": {
"lite-reload": "^1.0.2"
}
}