Browse Source

package.json info

Jake 10 years ago
parent
commit
054d77c7fa
1 changed files with 17 additions and 1 deletions
  1. 17 1
      package.json

+ 17 - 1
package.json

@@ -1,7 +1,23 @@
 {
   "name": "crafatar",
-  "version": "0.0.0",
+  "version": "0.0.1",
   "private": true,
+  "author": "Jake0oo0",
+  "description": "A NodeJS application to server Minecraft avatars.",
+  "contributors": [{
+    "name": "Jomo"
+  }],
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/Jake0oo0/crafatar"
+  },
+  "issues": {
+    "url": "https://github.com/Jake0oo0/crafatar/issues"
+  },
+  "keywords": [
+    "minecraft",
+    "avatar"
+  ],
   "scripts": {
     "start": "node server.js"
   },