package.json 586 B

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