forked from denysdovhan/bash-handbook
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 844 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 844 Bytes
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
{
"name": "bash-handbook",
"version": "2.9.2",
"description": "For those who wanna learn Bash",
"bin": {
"bash-handbook": "bin/cmd.js"
},
"scripts": {
"postpublish": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/denysdovhan/bash-handbook.git"
},
"keywords": [
"bash",
"guide",
"handbook"
],
"author": "Denys Dovhan <email@denysdovhan.com> (http://denysdovhan.com)",
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/denysdovhan/bash-handbook/issues"
},
"homepage": "https://github.com/denysdovhan/bash-handbook#readme",
"dependencies": {
"boxen": "^1.0.0",
"chalk": "^1.1.1",
"default-pager": "^1.1.0",
"meow": "^3.7.0",
"msee": "^0.3.2",
"through2": "^2.0.2",
"update-notifier": "^1.0.3"
}
}