forked from cocodrilodog/tools-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 852 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "com.cocodrilodog.app",
"version": "1.0.0",
"displayName": "Cocodrilo Dog App",
"description": "App level functionality.",
"unity": "2019.3",
"documentationUrl": "https://github.com/cocodrilodog/tools-app",
"changelogUrl": "https://example.com/changelog.html",
"licensesUrl": "https://example.com/licensing.html",
"keywords": [
"keyword1",
"keyword2",
"keyword3"
],
"author": {
"name": "Cocodrilo Dog",
"email": "contact@cocodrilodog.com",
"url": "https://www.cocodrilodog.com"
},
"samples": [
{
"displayName": "Examples",
"description": "Contains example scenes for Cocodrilo Dog App objects",
"path": "Samples~"
}
],
"dependencies": {
"com.cocodrilodog.core": "1.0.6",
"com.cocodrilodog.cdjson": "1.0.0",
"com.cocodrilodog.motionkit": "1.0.6"
}
}