package.json 875 B

12345678910111213141516171819202122232425
  1. {
  2. "name" : "chroma-js",
  3. "description" : "JavaScript library for color conversions",
  4. "version" : "0.5.8",
  5. "author" : "Gregor Aisch",
  6. "homepage" : "https://github.com/gka/chroma.js",
  7. "keywords" : ["color"],
  8. "maintainers" : [
  9. { "name": "Klemen Slavič", "email": "klemen@celtra.com", "web": "http://about.me/klemen.slavic" },
  10. { "name": "Gregor Aisch", "email": "mail@driven-by-data.net", "web": "http://driven-by-data.net" }
  11. ],
  12. "bugs" : "https://github.com/gka/chroma.js/issues",
  13. "repository" :
  14. { "type": "git", "url" : "git://github.com/gka/chroma.js.git" }
  15. ,
  16. "main" : "chroma.js",
  17. "scripts" : {
  18. "test": "vows; echo"
  19. },
  20. "devDependencies": {
  21. "uglify-js" : "2.x",
  22. "coffee-script" : "1.2",
  23. "vows": "0.7.x"
  24. }
  25. }