-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
44 lines (44 loc) · 902 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": "matrix-rain",
"version": "2.0.7",
"description": "The famous Matrix rain effect of falling green characters as a cli command",
"main": "index.js",
"preferGlobal": true,
"bin": {
"matrix-rain": "index.js"
},
"files": [
"index.js",
"ansi.js"
],
"repository": {
"type": "git",
"url": "https://github.com/nojvek/matrix-rain"
},
"keywords": [
"matrix",
"rain",
"cli",
"code",
"effect",
"node"
],
"author": "nojvek",
"license": "MIT",
"bugs": {
"url": "https://github.com/nojvek/matrix-rain/issues"
},
"homepage": "https://github.com/nojvek/matrix-rain",
"dependencies": {
"argparse": "2.0",
"ascii-art": "^2.8.5",
"canvas": "^2.8.0",
"global": "^4.4.0",
"nan": "^2.10.0",
"strip-ansi": "^4.0.0",
"yarn-deduplicate": "^3.1.0"
},
"devDependencies": {
"eslint": "^5.9.0"
}
}