-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 622 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 622 Bytes
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
{
"name": "hyperocean",
"version": "1.1.2",
"main": "index.js",
"description": "Deep oceanic blue Hyper theme",
"license": "MIT",
"repository": "klaudiosinani/hyperocean",
"author": {
"name": "Klaudio Sinani",
"email": "klaudiosinani@protonmail.ch",
"url": "https://klaudiosinani.com"
},
"maintainers": [
{
"name": "Mario Sinani",
"email": "mario.sinani@imperial.ac.uk",
"url": "https://github.com/mariosinani"
}
],
"files": [
"index.js"
],
"keywords": [
"hyper",
"hyperterm",
"dark",
"ocean",
"blue",
"theme",
"syntax"
]
}