This repository has been archived by the owner on May 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.18 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@jankosyk/animation_anarchia",
"version": "0.0.1",
"description": "A musical animation short film called »Anarchia« by Jan Kosyk.",
"homepage": "https://github.com/g4rf/anarchia",
"bugs": {
"url": "https://github.com/g4rf/anarchia/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/g4rf/anarchia.git"
},
"license": "SEE LICENSE IN LICENSE.md",
"author": {
"name": "Jan Kosyk",
"email": "[email protected]",
"url": "https://klavierpunk.de"
},
"contributors": [
{
"name": "Yok Quetschenpaua",
"url": "https://pocketpunk.so36.net"
},
{
"name": "Alina Milkina (drawings)",
"email": "[email protected]",
"url": "https://alinamilkina.carbonmade.com"
},
{
"name": "Andreas »Atze« Rudolf (guitar)"
},
{
"name": "Hendrik »Henk« Teichmann (bass)"
},
{
"name": "Achim Jurenz (drums, backvocals)"
},
{
"name": "Hirai Masaya (guitar, vocals, Japanese text)",
"url": "https://instagram.com/hiraimasaya"
},
{
"name": "Omani Frei (visual advices)",
"url": "https://omanifrei.com"
},
{
"name": "Brad Hock (english text check)",
"url": "https://www.instagram.com/bardo.bread/"
},
{
"name": "Virtuous Vibes Tonstudio (recordings)",
"email": "[email protected]",
"url": "https://virtuose-vibes.de"
},
{
"name": "Ryosuke Ueno (recording and mixing of Japanese version)",
"url": "https://www.instagram.com/ueno1gou/"
}
],
"funding": [
{
"type": "PayPal",
"url": "https://paypal.me/g4rf"
},
{
"type": "Etsy",
"url": "https://www.etsy.com/shop/NeustadtArtKollektiv"
}
],
"type": "module",
"dependencies": {
"live-server": "^1.2.2",
"live-server-https": "^0.0.2"
}
}