forked from Annihil/github-spray
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 968 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
{
"name": "github-spray",
"version": "1.2.0",
"description": "👾 Draw on your GitHub contribution graph ░▒▓█",
"bin": {
"github-spray": "index.js"
},
"files": [
"index.js",
"alphabet.js",
"fonts",
"patterns"
],
"homepage": "https://github.com/Annihil/github-spray",
"repository": {
"type": "git",
"url": "https://github.com/Annihil/github-spray.git"
},
"keywords": [
"graffiti",
"spray",
"cli",
"github",
"graph",
"contribution",
"calendar",
"heatmap",
"art",
"pixel-art"
],
"author": "Annihil",
"license": "MIT",
"bugs": {
"url": "https://github.com/Annihil/github-spray/issues"
},
"dependencies": {
"commander": "^2.19.0",
"moment": "^2.23.0",
"terminal-kit": "^1.26.10"
},
"logo": "https://i.imgur.com/2DrTn0Z.gif",
"badge": "https://img.shields.io/badge/Made%20With-Github%20Spray-lightgrey.svg?style=for-the-badge&logo=github"
}