stracker-phil_obsidian-ment.../package.json
2024-02-09 23:30:30 +01:00

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"
}