| { |
| "name": "apache-james-site", |
| "version": "1.0.0", |
| "description": "Repository for storing and publishing Apache James webiste", |
| "main": "index.js", |
| "scripts": { |
| "test": "echo \"Error: no test specified\" && exit 1" |
| }, |
| "repository": { |
| "type": "git", |
| "url": "https://gitbox.apache.org/repos/asf/james-site.git" |
| }, |
| "keywords": [ |
| "Apache", |
| "James", |
| "static", |
| "site", |
| "email", |
| "server", |
| "email", |
| "documentation", |
| "documentation" |
| ], |
| "author": "Apache James Contributors <server-dev@james.apache.org>", |
| "license": "ISC", |
| "devDependencies": { |
| "@antora/cli": "^2.3.3", |
| "@antora/site-generator-default": "^2.3.3", |
| "npm-check-updates": "^7.0.2" |
| } |
| } |