Skip to content

Commit 3617a08

Browse files
committed
Added package.json
1 parent 0f0789d commit 3617a08

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
doxdox
2-
======
1+
[![](https://david-dm.org/neogeek/doxdox.svg)](https://david-dm.org/neogeek/doxdox/)
32

4-
HTML and Markdown documentation generator.
3+
#doxdox
4+
5+
> HTML and Markdown documentation generator.

package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "doxdox",
3+
"description": "HTML and Markdown documentation generator.",
4+
"version": "0.0.1",
5+
"license": "MIT",
6+
"dependencies": {
7+
"dox": "0.4.6"
8+
},
9+
"keywords": [
10+
"documentation",
11+
"html",
12+
"bootstrap",
13+
"markdown"
14+
],
15+
"authors": [
16+
{
17+
"name": "Scott Doxey",
18+
"email": "hello@scottdoxey.com",
19+
"homepage": "http://scottdoxey.com/"
20+
}
21+
],
22+
"homepage": "https://github.com/neogeek/doxdox",
23+
"repository": {
24+
"type": "git",
25+
"url": "git://github.com/neogeek/doxdox.git"
26+
}
27+
}

0 commit comments

Comments
 (0)