소스 검색

Added package.json

James Peret 2 년 전
부모
커밋
76d31a617c
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  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"
+  }