package.json 523 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "charcodes",
  3. "version": "0.2.0",
  4. "description": "Char codes constants",
  5. "main": "lib/index.js",
  6. "module": "lib/index.mjs",
  7. "repository": {
  8. "type": "git",
  9. "url": "git+https://github.com/xtuc/charcodes.git"
  10. },
  11. "engines": {
  12. "node": ">=6"
  13. },
  14. "keywords": [
  15. "charcodes",
  16. "ascii",
  17. "constants"
  18. ],
  19. "author": "Sven Sauleau",
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/xtuc/charcodes/issues"
  23. },
  24. "homepage": "https://github.com/xtuc/charcodes#readme"
  25. }