-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
33 lines (33 loc) · 802 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
{
"name": "sn-theme-callisto",
"description": "Callisto theme for Standard Notes",
"version": "1.0.103",
"license": "AGPL-3.0",
"main": "callisto-standard-notes.css",
"sn": {
"main": "callisto-standard-notes.css"
},
"author": {
"name": "Alicia Sykes",
"email": "alicia@omg.lol",
"url": "http://aliciasykes.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/lissy93/callisto-theme-standard-notes.git"
},
"bugs": {
"url": "https://github.com/Lissy93/callisto-theme-standard-notes/issues",
"email": "report-bug@mail.alicia.omg.lol"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/Lissy93"
},
{
"type": "individual",
"url": "https://notes.aliciasykes.com/tip"
}
]
}