package.json 843 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@wmhilton/wmhilton.github.io.source",
  3. "version": "1.0.0",
  4. "description": "William Hilton's website",
  5. "scripts": {
  6. "start": "jus serve",
  7. "deploy": "npm run build && now --static dist",
  8. "build": "jus build . dist",
  9. "commit": "git add dist && git commit -m deploy",
  10. "push": "git subrepo push dist",
  11. "open": "opener https://wmhilton.com"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/wmhilton/wmhilton.github.io.git"
  16. },
  17. "author": "William Hilton <wmhilton@gmail.com>",
  18. "license": "UNLICENSED",
  19. "bugs": {
  20. "url": "https://github.com/wmhilton/wmhilton.github.io/issues"
  21. },
  22. "homepage": "https://github.com/wmhilton/wmhilton.github.io#readme",
  23. "devDependencies": {
  24. "jus": "^0.24.1",
  25. "opener": "^1.4.1"
  26. },
  27. "now": {
  28. "alias": "wmhilton.com"
  29. }
  30. }