-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 811 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
{
"name": "bindle-cli",
"version": "7.0.5",
"description": "A configuration and dotfile management tool for your personal unix-like computer.",
"global": true,
"install": "make install",
"directories": {
"test": "test"
},
"bin": {
"bindle": "./bindle"
},
"scripts": {
"test": "bats test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xwmx/bindle.git"
},
"keywords": [
"dotfiles",
"configuration",
"bash",
"shell",
"cli",
"command-line",
"git",
"bootstrap",
"terminal",
"config",
"linux",
"unix",
"macos"
],
"author": "William Melody",
"license": "GPL-2.0-only",
"bugs": {
"url": "https://github.com/xwmx/bindle/issues"
},
"homepage": "https://github.com/xwmx/bindle#readme"
}