-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
46 lines (46 loc) · 931 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
42
43
44
45
46
{
"name": "hyper-star-wars",
"version": "3.2.1",
"description": "Super awesome, your Hyper terminal shall look.",
"license": "MIT",
"repository": "klaussinani/hyper-star-wars",
"homepage": "https://github.com/klaussinani/hyper-star-wars",
"author": {
"name": "Klaus Sinani",
"email": "[email protected]",
"url": "https://klaussinani.github.io"
},
"maintainers": [
{
"name": "Mario Sinani",
"email": "[email protected]",
"url": "github.com/mariocfhq"
}
],
"files": [
"index.js",
"backgrounds",
"themes"
],
"keywords": [
"hyper",
"hyper-star-wars",
"hyper-theme",
"star-wars",
"theme"
],
"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
}
}