mirror of
https://github.com/stracker-phil/obsidian-mention-things.git
synced 2026-07-22 05:43:27 +00:00
32 lines
828 B
JSON
32 lines
828 B
JSON
{
|
|
"name": "obsidian-mention-things",
|
|
"version": "1.0.0",
|
|
"description": "Define a list of prefixes to trigger an autocomplete suggestion to insert a link.",
|
|
"main": "main.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/stracker-phil/obsidian-mention-things.git"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"obsidian-plugin",
|
|
"people"
|
|
],
|
|
"author": {
|
|
"name": "Philipp Stracker",
|
|
"email": "info@philippstracker.com",
|
|
"url": "https://philippstracker.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Tobias Davis",
|
|
"email": "tobias@davistobias.com",
|
|
"url": "https://davistobias.com"
|
|
}
|
|
],
|
|
"license": "See license in LICENSE.md",
|
|
"bugs": {
|
|
"url": "https://github.com/stracker-phil/obsidian-mention-things/issues"
|
|
},
|
|
"homepage": "https://github.com/stracker-phil/obsidian-mention-things#readme"
|
|
}
|