package.json 977 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "leakypixel",
  3. "version": "0.0.1",
  4. "description": "Personal website",
  5. "scripts": {
  6. "build": "node .npm-scripts/build.js",
  7. "serve": "ecstatic output/"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/leakypixel/leakypixel.git"
  12. },
  13. "author": "Craig Fletcher <hi@leakypixel.net>",
  14. "license": "ISC",
  15. "bugs": {
  16. "url": "https://github.com/leakypixel/leakypixel/issues"
  17. },
  18. "dependencies": {
  19. "ecstatic": "^4.1.2"
  20. },
  21. "homepage": "https://leakypixel.net/",
  22. "devDependencies": {
  23. "careless-fs": "^1.0.0",
  24. "grapefruit": "github:leakypixel/grapefruit",
  25. "handlebars": "^4.5.3",
  26. "html-minifier": "^3.5.21",
  27. "hubdown": "github:leakypixel/hubdown",
  28. "imagemin": "^7.0.0",
  29. "imagemin-jpegtran": "^6.0.0",
  30. "imagemin-pngquant": "^8.0.0",
  31. "imagemin-svgo": "^7.0.0",
  32. "recursive-readdir": "^2.2.2",
  33. "rimraf": "^3.0.0",
  34. "simple-git": "^1.126.0",
  35. "uglify-js": "^3.6.9"
  36. }
  37. }