-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 741 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 741 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
{
"name": "com.nonatomic.scaffoldkit",
"displayName": "ScaffoldKit",
"version": "0.2.0",
"description": "ScaffoldKit: Generate Unity project structures instantly.",
"keywords": [
"Assembly",
"Template",
"unity"
],
"repository": {
"type": "git",
"url": "git@github.com:NonatomicTeam/AssemblyTemplate.git"
},
"author": {
"name": "Nonatomic",
"email": "paul@nonatomic.co.uk",
"url": "https://nonatomic.co.uk"
},
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.2"
},
"samples": [
{
"displayName": "Unity Package Scaffold",
"description": "A ScaffoldKit template for generating Unity packages.",
"path": "Samples~/ScaffoldKit/UnityPackage"
}
]
}