-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
26 lines (26 loc) · 821 Bytes
/
package.json
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
{
"name": "com.skner.dualgrid",
"version": "2.0.1",
"displayName": "skner's Dual Grid",
"description": "This library provides a fully integrated dual grid tilemap system.",
"documentationUrl": "https://github.com/skner-dev/DualGrid/tree/master/Documentation~",
"changelogUrl": "https://github.com/skner-dev/DualGrid/blob/master/CHANGELOG.md",
"licensesUrl": "https://unity.com/legal/as-terms",
"keywords": [],
"author": {
"name": "skner",
"email": "[email protected]"
},
"category": "2D",
"dependencies": {
"com.unity.2d.tilemap.extras": "3.1.2",
"com.unity.2d.tilemap": "1.0.0"
},
"samples": [
{
"displayName": "Example Usage",
"description": "Contains configuration and a usage example for the dual grid.",
"path": "Samples~/ExampleUsage"
}
]
}