Skip to content

Commit

Permalink
Merge pull request #152 from iirds-consortium/master
Browse files Browse the repository at this point in the history
Add iiRDS package plugin
  • Loading branch information
jelovirt authored Mar 19, 2024
2 parents 51834b9 + 468c049 commit b658974
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions org.iirds.dita.package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[
{
"name": "org.iirds.dita.package",
"description": "Generates iiRDS packages with HTML content",
"keywords": [
"iiRDS",
"intelligent information Request and Delivery Standard"
],
"homepage": "https://www.iirds.org/tools/dita-plugin/",
"vers": "1.0.0",
"license": "Apache-2.0",
"deps": [
{
"name": "org.dita.base",
"req": ">=3.7.3"
},
{
"name": "org.dita.html5",
"req": ">=3.7.3"
}

],
"url": "https://www.iirds.org/fileadmin/downloads/DITA/org.iirds.dita.package-1.0.0.zip",
"cksum": "567574EE8BBF7471511BBCC3E73940477D9BD914ECA0FE0E39F8651E5CDD7938"
}
]

0 comments on commit b658974

Please sign in to comment.