-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 817 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 817 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
33
34
{
"name": "dev.bullrich.asmdef-debug",
"version": "1.1.0",
"displayName": "Asmdef Debug",
"description": "Utility to debug the amount of time each assembly takes to reload",
"unity": "2018.4",
"unityRelease": "8f1",
"keywords": [
"asmdef",
"debug",
"unity"
],
"homepage": "https://github.com/Bullrich/Unity-Assembly-Debugger/",
"bugs": {
"url": "https://github.com/Bullrich/Unity-Assembly-Debugger/issues"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com:Bullrich/Unity-Assembly-Debugger.git"
},
"license": "MIT",
"author": {
"name": "Javier Bullrich",
"email": "javier@bullrich.dev",
"url": "https://bullrich.dev"
},
"files": [
"*.md",
"*.meta",
"*.asmdef",
"*.xml",
"*.cs"
]
}