trial to add package.json

master
Yoshifumi Kawai 2020-04-16 19:23:36 +09:00
parent 74738ab13e
commit d509317ed2
1 changed files with 11 additions and 0 deletions

11
package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "com.cysharp.unitask",
"displayName": "UniTask",
"version": "1.1.0",
"unity": "2018.3",
"description": "Provides an efficient async/await integration to Unity.",
"keywords": ["async/await", "async", "Task", "UniTask"],
"license": "MIT",
"category": "Task",
"dependencies": {}
}