1234567891011121314151617181920212223 |
- {
- "name": "academic",
- "version": "1.0.0",
- "description": "The Page Builder for Hugo",
- "main": "index.js",
- "dependencies": {
- "bootstrap": "^4.4.1"
- },
- "devDependencies": {},
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/gcushen/hugo-academic.git"
- },
- "author": "George Cushen",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/gcushen/hugo-academic/issues"
- },
- "homepage": "https://github.com/gcushen/hugo-academic#readme"
- }
|