forked from klaudiosinani/hyper-pokemon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 864 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
37
38
39
40
41
{
"name": "hyper-pokemon",
"version": "0.4.3",
"description": "🌈 Tailor-made Pokémon themes for your Hyper terminal",
"license": "MIT",
"repository": "klauscfhq/hyper-pokemon",
"homepage": "https://klauscfhq.github.io/hyper-pokemon",
"author": {
"name": "Klaus Sinani",
"email": "klauscfhq@protonmail.com",
"url": "https://klauscfhq.github.io"
},
"maintainers": [
{
"name": "Mario Sinani",
"email": "mariosinani@protonmail.ch",
"url": "https://mariocfhq.github.io"
}
],
"keywords": [
"hyper",
"hyper-pokemon",
"pokemon",
"theme",
"pikachu"
],
"scripts": {
"test": "xo && yamllint themes/*.yml"
},
"dependencies": {
"color": "^3.0.0",
"js-yaml": "^3.10.0"
},
"devDependencies": {
"xo": "*",
"yaml-lint": "^1.0.0"
},
"xo": {
"space": 2
}
}