hexo-asset-path
Version:
A hexo plugin for making inserting assets to post and integrating with cdn easier.
35 lines (34 loc) • 780 B
JSON
{
"name": "hexo-asset-path",
"version": "1.0.4",
"description": "A hexo plugin for making inserting assets to post and integrating with cdn easier.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/r12f/hexo-asset-path.git"
},
"keywords": [
"hexo",
"blog",
"asset",
"asset-link",
"asset-path",
"image"
],
"author": {
"name": "r12f",
"email": "r12f.code@gmail.com"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/r12f/hexo-asset-path/issues"
},
"homepage": "https://github.com/r12f/hexo-asset-path#readme",
"dependencies": {
"soup": "^0.1.5",
"underscore": "^1.8.3"
}
}