-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
20 lines (20 loc) · 791 Bytes
/
Copy pathmodule.json
File metadata and controls
20 lines (20 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "bettertemplates",
"title": "Better Templates",
"description": "Allows you to set opacity of measured templates fill and stroke",
"author": "Vance Cole",
"version": "0.1.0",
"minimumCoreVersion": "0.6.4",
"compatibleCoreVersion": "0.6.5",
"esmodules": [
"js/bettertemplates.js"
],
"styles": [
"css/bettertemplates.css"
],
"url": "https://github.com/VanceCole/bettertemplates",
"manifest": "https://raw.githubusercontent.com/VanceCole/bettertemplates/master/module.json",
"readme": "https://github.com/VanceCole/bettertemplates/blob/master/README.md",
"changelog": "https://github.com/VanceCole/bettertemplates/blob/master/changelog.md",
"download": "https://github.com/VanceCole/bettertemplates/releases/download/0.1.0/bettertemplates.zip"
}