package.json 565 B

1234567891011121314151617181920212223
  1. {
  2. "name": "academic",
  3. "version": "1.0.0",
  4. "description": "The Page Builder for Hugo",
  5. "main": "index.js",
  6. "dependencies": {
  7. "bootstrap": "^4.4.1"
  8. },
  9. "devDependencies": {},
  10. "scripts": {
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/gcushen/hugo-academic.git"
  16. },
  17. "author": "George Cushen",
  18. "license": "MIT",
  19. "bugs": {
  20. "url": "https://github.com/gcushen/hugo-academic/issues"
  21. },
  22. "homepage": "https://github.com/gcushen/hugo-academic#readme"
  23. }