-
-
Notifications
You must be signed in to change notification settings - Fork 133
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 571 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 571 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "com.tippinggame.f8framework",
"displayName": "F8Framework",
"description": "Unity F8Framework Core",
"version": "3.1.296",
"unity": "2021.3",
"license": "MIT",
"keywords": ["Unity", "Framework", "Core"],
"dependencies": {},
"author": {
"name": "TippingGame",
"email": "tippinggame@163.com",
"url": "https://github.com/TippingGame"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TippingGame/F8Framework.git"
},
"documentationUrl": "https://github.com/TippingGame/F8Framework/blob/main/README.md"
}