package.json 521 B

1234567891011121314151617181920212223
  1. {
  2. "name": "updchg",
  3. "version": "0.1.0",
  4. "description": "Update-change protocol",
  5. "main": "lib/updchg.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/herby/updchg.git"
  12. },
  13. "keywords": [
  14. "update",
  15. "change"
  16. ],
  17. "author": "Herbert Vojčík <herby@mailbox.sk>",
  18. "license": "MIT",
  19. "bugs": {
  20. "url": "https://github.com/herby/updchg/issues"
  21. },
  22. "homepage": "https://github.com/herby/updchg"
  23. }