hinastory/hexo-oembed

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hexo-oembed",
  "version": "0.1.8",
  "description": "embed oEmbed item on your Hexo article.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:hinastory/hexo-oembed.git"
  },
  "bugs": {
    "url": "https://github.com/hinastory/hexo-oembed/issues"
  },
  "keywords": [
    "hexo",
    "blog",
    "plugin",
    "helper",
    "tag",
    "oembed",
    "youtube",
    "slideshare",
    "speakerdeck",
    "twitter",
    "vimeo",
    "codepen",
    "pixiv",
    "instagram",
    "flickr",
    "gyazo"
  ],
  "author": "hinastory",
  "license": "MIT",
  "dependencies": {
    "hexo-util": "^0.6.3",
    "oembed": "^0.1.2"
  }
}