~cytrogen/hexo-mastodon-syndicate

hexo-mastodon-syndicate/package.json -rw-r--r-- 552 bytes
b0f22fc2 — Cytrogen 初始提交:hexo-mastodon-syndicate a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "hexo-mastodon-syndicate",
  "version": "1.0.0",
  "description": "将 Hexo 博客文章联合发布到 Mastodon(POSSE 工作流)",
  "main": "syndicate.js",
  "bin": {
    "hexo-mastodon-syndicate": "syndicate.js",
    "hexo-mastodon-publish": "publish.js"
  },
  "keywords": [
    "hexo",
    "mastodon",
    "syndication",
    "indieweb",
    "posse",
    "fediverse"
  ],
  "author": "Cytrogen",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cytrogen/hexo-mastodon-syndicate.git"
  }
}