forked from adr/madr
-
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) · 794 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 794 Bytes
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": "madr",
"description": "Markdown Architectural Decision Records",
"keywords": [
"adr",
"decision record",
"any decision record",
"architectural decision",
"architectural decision record",
"architecture decision",
"architecture decision record",
"software quality",
"documentation",
"markdown"
],
"version": "4.0.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": "MIT OR CC0-1.0",
"files": [
"template/"
]
}