package.json 494 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "string-hash",
  3. "version": "1.1.3",
  4. "description": "fast string hashing function",
  5. "license": "CC0-1.0",
  6. "keywords": [
  7. "string",
  8. "hashing"
  9. ],
  10. "author": {
  11. "name": "The Dark Sky Company",
  12. "email": "developer@darksky.net"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git://github.com/darkskyapp/string-hash.git"
  17. },
  18. "main": "./index",
  19. "dependencies": {
  20. },
  21. "devDependencies": {
  22. "mocha": "*"
  23. },
  24. "scripts": {
  25. "test": "mocha"
  26. }
  27. }