package.json 702 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "CV",
  3. "version": "0.0.1",
  4. "description": "Craig Fletcher's CV",
  5. "scripts": {
  6. "build": "node .npm-scripts/build.js",
  7. "serve": "ecstatic output/"
  8. },
  9. "author": "Craig Fletcher <hi@leakypixel.net>",
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://git.lpapi.io/leakypixel/cv.git"
  13. },
  14. "bugs": {
  15. "url": "https://git.lpapi.io/leakypixel/cv/issues"
  16. },
  17. "dependencies": {
  18. "careless-fs": "github:leakypixel/careless-fs",
  19. "ecstatic": "^4.1.2",
  20. "grapefruit": "github:leakypixel/grapefruit",
  21. "handlebars": "^4.0.12",
  22. "html-minifier": "^3.5.21",
  23. "html-pdf": "^2.2.0",
  24. "markdown": "^0.5.0"
  25. },
  26. "homepage": "https://leakypixel.net/"
  27. }