package.json 857 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "cupper",
  3. "version": "0.1.0",
  4. "description": "A documentation builder for inclusive designers",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "serve": "hugo server --baseURL http://localhost:1313",
  9. "clean": "node lib/clean.js",
  10. "build": "node lib/build.js",
  11. "update": "node lib/update.js"
  12. },
  13. "pre-commit": [
  14. "build"
  15. ],
  16. "repository": {
  17. "type": "git",
  18. "url": "git+https://github.com/ThePacielloGroup/cupper.git"
  19. },
  20. "author": "Heydon Pickering <heydon@heydonworks.com> (http://www.heydonworks.com)",
  21. "license": "ISC",
  22. "bugs": {
  23. "url": "https://github.com/ThePacielloGroup/cupper/issues"
  24. },
  25. "homepage": "https://github.com/ThePacielloGroup/cupper#readme",
  26. "devDependencies": {
  27. "pre-commit": "^1.2.2",
  28. "sw-precache": "^5.2.0"
  29. }
  30. }