@akashacms/plugins-authors
Version:
A plugin for AkashaCMS to support acknowledging authors
41 lines (40 loc) • 904 B
JSON
{
"author": {
"name": "David Herron",
"email": "david@davidherron.com",
"url": "http://davidherron.com"
},
"name": "@akashacms/plugins-authors",
"description": "A plugin for AkashaCMS to support acknowledging authors",
"keywords": [
"content management system",
"cms",
"static site generator",
"static file server",
"web development",
"build and deployment",
"renderer",
"templating",
"templates",
"website",
"website builder",
"blog",
"akashacms"
],
"homepage": "http://akashacms.com/plugins/authors/index.html",
"repository": {
"type": "git",
"url": "git://github.com/akashacms/akashacms-plugin-authors.git"
},
"main": "index.mjs",
"type": "module",
"version": "0.9.0",
"engines": {
"node": ">=24.0"
},
"scripts": {
"dopublish": "npm publish --access public"
},
"dependencies": {
}
}