Browse Source

Added package.json

James Peret 2 years ago
parent
commit
76d31a617c
1 changed files with 15 additions and 0 deletions
  1. 15 0
      pakage.json

+ 15 - 0
pakage.json

@@ -0,0 +1,15 @@
+{
+    "name": "at.kairoscope.kairoengine.achievements",
+    "displayName": "KairoEngine Achievements",
+    "version": "0.1.0",
+    "unity": "2020.3",
+    "description": "Kairoengine achievements library.",
+    "dependencies": {
+      "at.kairoscope.kairoengine.core":"0.1.9"
+    },
+    "repository": {
+      "type": "git",
+      "url": "https://git.kairoscope.net/kairoengine/achievements.git"
+    },
+    "author": "Kairoscope"
+  }