package.json 348 B

123456789101112131415
  1. {
  2. "name": "vestniky",
  3. "version": "0.1.0",
  4. "description": "Loads UVO vestniky XMLs",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://lolg.it/uvo/vestniky.git"
  12. },
  13. "author": "Herby Vojčík <herby@mailbox.sk>",
  14. "license": "MIT"
  15. }