You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
551 B

  1. {
  2. "name": "darkroom",
  3. "description": "Extensible image editing tool via HTML canvas",
  4. "version": "2.0.0",
  5. "homepage": "http://mattketmo.github.io/darkroomjs/",
  6. "authors": [
  7. "Matthieu Moquet <matthieu@moquet.net>"
  8. ],
  9. "license": "MIT",
  10. "dependencies": {
  11. "fabric": "~1.4.*"
  12. },
  13. "main": [
  14. "build/darkroom.css",
  15. "build/darkroom.js"
  16. ],
  17. "moduleType": [
  18. "globals"
  19. ],
  20. "keywords": [
  21. "image",
  22. "canvas",
  23. "crop"
  24. ],
  25. "ignore": [
  26. "node_modules",
  27. "bower_components",
  28. "test",
  29. "tests"
  30. ]
  31. }