first commit
This commit is contained in:
21
src/module.json
Normal file
21
src/module.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"id": "asc-newspaper-style-journal",
|
||||
"title": "Newspaper Styled Journal",
|
||||
"description": "A olde timey newspaper sheet theme",
|
||||
"version": "0.1.0",
|
||||
"compatibility": {
|
||||
"minimum": "12",
|
||||
"verified": "12"
|
||||
},
|
||||
"authors": ["lmxsdl"],
|
||||
"scripts": [],
|
||||
"esmodules": [
|
||||
"scripts/newspaper.js"
|
||||
],
|
||||
"styles": [
|
||||
"styles/newspaper.css"
|
||||
],
|
||||
"relationships": {
|
||||
"requires": [
|
||||
]}
|
||||
}
|
||||
Reference in New Issue
Block a user