-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 928 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
{
"name": "cli-fireplace",
"version": "0.1.5",
"description": "🎉Enjoy your 🎁Christmas🎅 watching digital fireplace🔥 on your screen🖥",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "dolsup",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/dolsup/cli-fireplace.git"
},
"preferGlobal": true,
"bin": {
"cli-fireplace": "index.js"
},
"bugs": {
"url": "https://github.com/dolsup/cli-fireplace/issues"
},
"homepage": "https://github.com/dolsup/cli-fireplace#readme",
"dependencies": {
"ascii-video-play-only": "^0.1.3",
"yauzl": "^2.10.0"
},
"keywords": [
"funny",
"joke",
"just-for-fun",
"silly",
"crazy",
"christmas",
"xmas",
"art",
"cli",
"terminal",
"shell",
"ansi",
"color",
"command-line",
"text"
]
}