package.json 419 B

12345678910111213141516171819
  1. {
  2. "name": "fdich",
  3. "version": "1.0.0",
  4. "description": "Fairly distinguishable identifier chars.",
  5. "main": "chars.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://lolg.it/herby/fdich.git"
  12. },
  13. "keywords": [
  14. "identifier",
  15. "characters"
  16. ],
  17. "author": "Herbert Vojčík <herby@mailbox.sk>",
  18. "license": "MIT"
  19. }