hexo-cdn-jsdelivr
Version:
A hexo plugin to help you automatically use jsdelivr CDN for Github to speed up the loading of static resources like images.
26 lines (25 loc) • 603 B
JSON
{
"name": "hexo-cdn-jsdelivr",
"version": "0.0.9",
"description": "A hexo plugin to help you automatically use jsdelivr CDN for Github to speed up the loading of static resources like images.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "renzibei/hexo-cdn-jsdelivr",
"keywords": [
"hexo",
"plugin",
"image",
"cdn",
"jsdelivr"
],
"dependencies": {
"url-join": "^4.0.1",
"nunjucks": "^3.2.1",
"moment": "^2.18.0",
"hexo-fs": "^3.1.0"
},
"author": "renzibei",
"license": "MIT"
}