forked from CodeSmile-0000011110110111/de.codesmile.luny
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 813 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "de.codesmile.luny",
"displayName": "Luny",
"description": "Program Unity in Lua - Editor and Runtime. Hot reloads every time.",
"version": "0.5.0",
"unity": "6000.0",
"unityRelease": "35f1",
"author": {
"name": "Steffen Itterheim aka 'CodeSmile' (Unity MVP, Self-Employed)",
"email": "steffen@steffenitterheim.de",
"url": "https://github.com/CodeSmile-0000011110110111/de.codesmile.luny"
},
"changelogUrl": "https://docs.google.com/document/d/1jADnS6rsSx28-uWu8C4ubvCQD08zRO8sNLwtv8uASNU/edit?usp=sharing",
"documentationUrl": "https://lunyscript.com",
"licensesUrl": "https://github.com/CodeSmile-0000011110110111/de.codesmile.luny/tree/main/LICENSE",
"dependencies": {
"com.unity.test-framework": "1.4.6"
},
"relatedPackages": {},
"hideInEditor": false
}