-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.11 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.11 KB
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
{
"name": "com.mariodebono.inspector",
"version": "0.5.0",
"displayName": "Helper Inspector",
"description": "Reusable Quality of Life Attributes and Property Inspectors",
"documentationUrl": "https://github.com/mariodebono/Unity-Helper-Inspector#readme",
"changelogUrl": "https://github.com/mariodebono/Unity-Helper-Inspector/blob/master/CHANGELOG.md",
"licenseUrl": "https://github.com/mariodebono/Unity-Helper-Inspector/blob/master/LICENSE.md",
"license": "MIT",
"keywords": [
"Attributes",
"Helper Attributes",
"Helper Inspector",
"Custom Inspector",
"Property Inspector"
],
"unity": "2019.4",
"author": {
"name": "Mario Debono",
"email": "hello@mariodebono.com",
"url": "https://github.com/mariodebono"
},
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "templates~/changelog-template.hbs",
"unreleased": false,
"commitLimit": false,
"breakingPattern": "BREAKING",
"ignoreCommitPattern": "^[Cc][Hh][Oo][Rr][Ee].?:?",
"issuePattern": "^[Ff][Ii][xX].?:?",
"issueUrl": "https://github.com/mariodebono/Unity-Helper-Inspector/"
}
}