-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
40 lines (40 loc) · 1017 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
{
"name": "hyper-night-owl",
"version": "0.0.0-semantically-released",
"description": "A Hyper theme based on night-owl-vscode-theme.",
"author": "Matt Parrish <[email protected]> (http://twitter.com/mattparrish)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pbomb/hyper-night-owl.git"
},
"bugs": {
"url": "https://github.com/pbomb/hyper-night-owl/issues"
},
"homepage": "https://github.com/pbomb/hyper-night-owl#readme",
"files": [
"index.js"
],
"keywords": [
"hyper",
"hyper-theme",
"hyperterm",
"theme",
"ui",
"terminal",
"vibrancy",
"zeit",
"pbomb"
],
"scripts": {
"add-contributor": "kcd-scripts contributors add",
"lint": "kcd-scripts lint",
"precommit": "kcd-scripts precommit",
"setup": "npm install && npm run validate -s",
"test": "echo There are no tests!",
"validate": "kcd-scripts validate lint"
},
"devDependencies": {
"kcd-scripts": "^0.38.1"
}
}