bower.json 454 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "updchg",
  3. "version": "0.2.0",
  4. "homepage": "https://github.com/herby/updchg",
  5. "authors": [
  6. "Herbert Vojčík <herby@mailbox.sk>"
  7. ],
  8. "description": "Update-change protocol",
  9. "main": "lib/updchg.js",
  10. "moduleType": [
  11. "amd",
  12. "globals",
  13. "node"
  14. ],
  15. "keywords": [
  16. "update",
  17. "change"
  18. ],
  19. "license": "MIT",
  20. "ignore": [
  21. "**/.*",
  22. "node_modules",
  23. "bower_components",
  24. "test",
  25. "tests"
  26. ]
  27. }