package.json 991 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "quantize",
  3. "version": "1.0.2",
  4. "description": "A node.js module for color quantization, based on Leptonica.",
  5. "homepage": "https://github.com/olivierlesnicki/quantize",
  6. "author": "Olivier Lesnicki (https://github.com/olivierlesnicki)",
  7. "keywords": [
  8. "image",
  9. "quantize",
  10. "color",
  11. "node"
  12. ],
  13. "contributors": [
  14. "Nick Rabinowitz (https://github.com/nrabinowitz)",
  15. "Olivier Lesnicki (https://github.com/olivierlesnicki)"
  16. ],
  17. "bugs": {
  18. "url": "http://github.com/olivierlesnicki/quantize/issues"
  19. },
  20. "license": {
  21. "type": "MIT",
  22. "url": "http://github.com/olivierlesnicki/quantize/raw/master/LICENSE"
  23. },
  24. "main": "quantize.js",
  25. "repository": {
  26. "type": "git",
  27. "url": "git://github.com/olivierlesnicki/quantize.git"
  28. },
  29. "engines": {
  30. "node": ">=0.10.21"
  31. },
  32. "dependencies": {},
  33. "devDependencies": {},
  34. "scripts": {}
  35. }