package.json 509 B

1234567891011121314151617181920
  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. "dependencies": {
  11. "careless-fs": "^1.0.0",
  12. "ecstatic": "^4.1.2",
  13. "grapefruit": "github:leakypixel/grapefruit",
  14. "handlebars": "^4.0.12",
  15. "html-minifier": "^3.5.21",
  16. "html-pdf": "^2.2.0",
  17. "markdown": "^0.5.0"
  18. },
  19. "homepage": "https://leakypixel.net/"
  20. }