isundil 6 years ago
parent
commit
220ab146ac
1 changed files with 15 additions and 0 deletions
  1. 15 0
      package.json

+ 15 - 0
package.json

@@ -0,0 +1,15 @@
+{
+  "name": "instaserv",
+  "version": "1.0.0",
+  "description": "IRC bot for generating quote images",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://git.knacki.info/isundil/instaserv"
+  },
+  "author": "isundil",
+  "license": "GPL-3.0"
+}