-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 958 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
{
"name": "hyper-pokemon-cli",
"version": "0.3.0",
"description": "🌈👾 cli to choose your hyper-pokemon theme from your terminal",
"license": "MIT",
"author": "Gabriel Tibúrcio <[email protected]>",
"bin": {
"hyper-pokemon": "cli.js"
},
"files": [
"cli.js",
"hyper-pokemon-cli.js"
],
"engines": {
"node": ">=4"
},
"repository": "tibuurcio/hyper-pokemon-cli",
"keywords": [
"cli",
"pokemon",
"hyper",
"theme",
"hyper-theme",
"pokemon-theme",
"terminal",
"oh-my-zsh",
"hyper-pokemon",
"nintendo",
"pikachu",
"bash",
"zsh"
],
"bugs": {
"url": "https://github.com/tibuurcio/hyper-pokemon-cli/issues"
},
"homepage": "https://github.com/tibuurcio/hyper-pokemon-cli#readme",
"dependencies": {
"chalk": "^2.0.1",
"home-dir": "^1.0.0",
"inquirer": "^3.1.1",
"js-yaml": "^3.10.0",
"meow": "^3.7.0",
"random-item": "1.0.0"
}
}