-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 742 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "repodoc",
"version": "1.0.0",
"description": "Browsing repository through GitHub could work better. Especially trying to find out things when only descriptive information is first line from the commit that last changed it. This app adds documentation on top of regular Git repository to better explain what it's and its files are for.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jussiarpalahti/repodoc.git"
},
"author": "",
"license": "MPL2",
"bugs": {
"url": "https://github.com/jussiarpalahti/repodoc/issues"
},
"homepage": "https://github.com/jussiarpalahti/repodoc#readme"
}