Herbert Vojčík 8 years ago
parent
commit
58a1938507
2 changed files with 20 additions and 0 deletions
  1. 2 0
      .gitignore
  2. 18 0
      package.json

+ 2 - 0
.gitignore

@@ -0,0 +1,2 @@
+/node_modules/
+/*.log

+ 18 - 0
package.json

@@ -0,0 +1,18 @@
+{
+  "name": "gh2gogs",
+  "version": "0.0.1",
+  "description": "Github data into gogs repo",
+  "main": "gh2gogs.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git://lolg.it/herby/gh2gogs.git"
+  },
+  "author": "Herbert Vojčík <herby@mailbox.sk>",
+  "license": "MIT",
+  "dependencies": {
+    "request": "^2.72.0"
+  }
+}