package.json 584 B

12345678910111213141516171819202122232425262728
  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. "metalsmith-serve": "^0.0.4",
  23. "metalsmith-watch": "^1.0.1",
  24. "metalsmith-templates": "^0.7.0",
  25. "metalsmith-permalinks": "^0.1.1",
  26. "metalsmith": "^2.1.0"
  27. }
  28. }