hexo-dynamic-config
Version:
A hexo plugin for insert variable to configuration.
37 lines (36 loc) • 833 B
JSON
{
"name": "hexo-dynamic-config",
"version": "1.0.0",
"description": "A hexo plugin for insert variable to configuration.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wenonly/hexo-dynamic-config.git"
},
"keywords": [
"hexo",
"config",
"env",
"enviroment",
"variable",
"plugin"
],
"author": "wenonly",
"license": "MIT",
"bugs": {
"url": "https://github.com/wenonly/hexo-dynamic-config/issues"
},
"homepage": "https://github.com/wenonly/hexo-dynamic-config#readme",
"devDependencies": {
"eslint": "^8.23.1",
"eslint-config-hexo": "^5.0.0"
},
"dependencies": {
"dotenv": "^16.0.2",
"hexo": "^6.3.0",
"hexo-util": "^2.7.0"
}
}