-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 963 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
{
"name": "obsidian-gtd-no-next-step",
"version": "1.1.0",
"description": "Obsidian plugin that adds a badge to Getting Things Done (GTD) \"project\" files with no defined next step.",
"main": "main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/saibotsivad/obsidian-gtd-no-next-step.git"
},
"scripts": {
"setup": "export DIR=example-vault/.obsidian/plugins/gtd-no-next-step && mkdir -p $DIR && cp -f main.js $DIR/main.js && cp -f manifest.json $DIR/manifest.json && cp -f styles.css $DIR/styles.css"
},
"keywords": [
"obsidian",
"obsidian-plugin",
"gtd"
],
"author": {
"name": "Tobias Davis",
"email": "[email protected]",
"url": "https://davistobias.com"
},
"license": "See license in LICENSE.md",
"bugs": {
"url": "https://github.com/saibotsivad/obsidian-gtd-no-next-step/issues"
},
"homepage": "https://github.com/saibotsivad/obsidian-gtd-no-next-step#readme"
}