-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 886 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
{
"name": "aliaser-bash",
"version": "1.0.1",
"description": "An alias management / directory navigation tool. Tested on MacOS and Ubuntu using Bash and Zsh.",
"main": "aliaser",
"scripts": {
"test": "aliaser --help"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unforswearing/aliaser.git"
},
"keywords": [
"alias",
"management",
"directory",
"navigation",
"command",
"aliasing",
"project",
"management",
"dotfiles",
"cli",
"mac",
"aliases",
"aliaser"
],
"author": "unforswearing",
"license": "MIT",
"bugs": {
"url": "https://github.com/unforswearing/aliaser/issues"
},
"homepage": "https://github.com/unforswearing/aliaser#readme",
"os": [
"darwin",
"linux"
],
"funding": {
"type" : "individual",
"url" : "https://www.unforswearing.com/#/"
}
}