package.json 634 B

123456789101112131415
  1. {
  2. "name": "hacker_dvorak",
  3. "version": "1.0.0",
  4. "description": "Inspired by the [*Programmer Dvorak*](https://www.kaufmann.no/roland/dvorak) keyboard layout, cherry picked ideas from other layouts in the [EZ Repository](https://configure.ergodox-ez.com/search?q=dvorak&legacy=true), a character distribution [heatmap vizualizer](https://run.plnkr.co/plunks/5EEO8nJ2wRzYAfT3), my own subjective use cases and lots of trial and error.",
  5. "main": "gulpfile.js",
  6. "scripts": {
  7. "test": "test"
  8. },
  9. "author": "SalchiPapa",
  10. "license": "GPL-2.0",
  11. "dependencies": {
  12. "gulp": "^4.0.0",
  13. "gulp-run-command": "0.0.9"
  14. }
  15. }