mirror of
https://github.com/stracker-phil/obsidian-mention-things.git
synced 2026-07-22 05:43:27 +00:00
25 lines
653 B
JSON
25 lines
653 B
JSON
{
|
|
"name": "obsidian-at-people",
|
|
"version": "1.0.0",
|
|
"description": "Use the @ to create links to people files.",
|
|
"main": "main.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/saibotsivad/obsidian-at-people.git"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"obsidian-plugin",
|
|
"people"
|
|
],
|
|
"author": {
|
|
"name": "Tobias Davis",
|
|
"email": "tobias@davistobias.com",
|
|
"url": "https://davistobias.com"
|
|
},
|
|
"license": "See license in LICENSE.md",
|
|
"bugs": {
|
|
"url": "https://github.com/saibotsivad/obsidian-at-people/issues"
|
|
},
|
|
"homepage": "https://github.com/saibotsivad/obsidian-at-people#readme"
|
|
}
|