Skip to content

Commit

Permalink
Add package.json to enable github-release-from-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Dec 5, 2017
1 parent 05268b7 commit b73a78e
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "MADR",
"description": "Markdown Architectural Decision Records",
"keywords": [
"adr",
"architectural decision",
"architectural decision record",
"architecture decision",
"architecture decision record",
"software quality",
"documentation",
"markdown"
],
"version": "1.1.0",
"homepage": "https://adr.github.io/madr/",
"author": "Oliver Kopp (http://github.com/koppor/)",
"contributors": [
"Olaf Zimmermann (http://www.ifs.hsr.ch/Olaf-Zimmermann.11623.0.html)"
],
"repository": {
"type": "git",
"url": "https://github.com/adr/madr.git"
},
"bugs": {
"url": "https://github.com/adr/madr/issues"
},
"license": "CC0-1.0",
"files": [
"template/0000-use-markdown-architectural-decision-records.md",
"template/index.md",
"template/template.md"
]
}

0 comments on commit b73a78e

Please sign in to comment.