iamchathu/hexo-tag-tweetable-quote

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hexo-tag-tweetable-quote",
  "version": "1.0.2",
  "description": "hexo tag plugin to add tweetable qoutes to posts and pages",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iamchathu/hexo-tag-tweetable-quote.git"
  },
  "keywords": [
    "hexo",
    "social",
    "tag",
    "plugin",
    "tweet",
    "tweetable",
    "quote",
    "tweetable",
    "quotes"
  ],
  "author": "Chathu Vishwajith (iam@chathu.me)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/iamchathu/hexo-tag-tweetable-quote/issues"
  },
  "homepage": "https://github.com/iamchathu/hexo-tag-tweetable-quote#readme",
  "dependencies": {
    "nunjucks": "^3.1.4",
    "object-assign": "^4.1.0"
  }
}