-
-
Notifications
You must be signed in to change notification settings - Fork 190
/
package.json
53 lines (53 loc) · 1.05 KB
/
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
45
46
47
48
49
50
51
52
53
{
"name": "nb.sh",
"version": "7.14.6",
"description": "CLI and local web note-taking, bookmarking, and archiving with encryption, search, Git-backed versioning and syncing, tagging, and more in a single portable script.",
"global": true,
"install": "make install",
"directories": {
"test": "test"
},
"bin": {
"nb": "nb",
"nb.sh": "nb",
"bookmark": "bin/bookmark"
},
"scripts": {
"test": "bats test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xwmx/nb.git"
},
"keywords": [
"notes",
"bash",
"shell",
"productivity",
"cli",
"terminal",
"command-line",
"prompt",
"note-taking",
"vim",
"emacs",
"vscode",
"git",
"versioning",
"syncing",
"sync",
"encryption",
"pandoc",
"bookmarks",
"bookmarking",
"tagging",
"tags",
"archive"
],
"author": "William Melody",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/xwmx/nb/issues"
},
"homepage": "https://github.com/xwmx/nb#readme"
}