Herby Vojčík 4 years ago
parent
commit
5d5098e9b1
1 changed files with 15 additions and 0 deletions
  1. 15 0
      package.json

+ 15 - 0
package.json

@@ -0,0 +1,15 @@
+{
+  "name": "vestniky",
+  "version": "0.1.0",
+  "description": "Loads UVO vestniky XMLs",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://lolg.it/uvo/vestniky.git"
+  },
+  "author": "Herby Vojčík <herby@mailbox.sk>",
+  "license": "MIT"
+}