package.json 637 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "juryd.com",
  3. "version": "0.0.1",
  4. "description": "",
  5. "homepage": "http://juryd.com",
  6. "author": "David A. Windham",
  7. "private": true,
  8. "scripts": {
  9. "gulp": "gulp",
  10. "build": "node build.js",
  11. "serve": "node build.js serve"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/windhamdavid/juryd.git"
  16. },
  17. "engines": {
  18. "node": ">=4.0.0"
  19. },
  20. "dependencies": {
  21. "gulp": "^3.9.0",
  22. "express": "^4.13.3",
  23. "metalsmith-serve": "^0.0.4",
  24. "metalsmith-watch": "^1.0.1",
  25. "metalsmith-layouts":"^1.4.2",
  26. "metalsmith-in-place":"^1.3.2",
  27. "metalsmith-permalinks": "^0.1.1",
  28. "metalsmith": "^2.1.0"
  29. }
  30. }