Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

23 lines
510B

  1. {
  2. "name": "fractal-forest",
  3. "version": "1.0.0",
  4. "description": "Better Portable Graphics module for After Dark.",
  5. "scripts": {
  6. "test": "while true; do head -n 100 /dev/urandom; sleep 0.1; done | hexdump -C | grep 'ca fe'",
  7. "release": "standard-version"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://git.habd.as/comfusion/fractal-forest.git"
  12. },
  13. "keywords": [
  14. "docker",
  15. "hugo",
  16. "wasm",
  17. "bpg",
  18. "asmjs"
  19. ],
  20. "author": "Josh Habdas",
  21. "license": "WTFPL"
  22. }