-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
27 lines (27 loc) · 1014 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
27
{
"name": "com.cosmicpotato.sgl",
"version": "2.0.0",
"displayName": "Shape Grammar Language",
"description": "A unity package for procedural generation using shape grammars.",
"unity": "2021.3",
"documentationUrl": "https://github.com/msunde137/ShapeGrammarLanguage/blob/master/README.mdREADME.md",
"licensesUrl": "https://github.com/msunde137/ShapeGrammarLanguage/blob/master/LICENSE",
"changelogUrl": "https://github.com/msunde137/ShapeGrammarLanguage/blob/master/CHANGELOG",
"author": {
"name": "Mac Sunde",
"email": "[email protected]",
"url": "https://github.com/msunde137/ShapeGrammarLanguage"
},
"samples": [
{
"displayName": "Simple Tree",
"description": "A simple shape grammar example",
"path": "Samples~/SimpleTree"
},
{
"displayName": "Medeival House (not working yet)",
"description": "A random medeival house generator. Models not included right now :/",
"path": "Samples~/MedeivalHouse-not_working_yet"
}
]
}