Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 19, 2012
1 parent 7886824 commit aca38e3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions package.json
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "mad",
"version": "0.4.0",
"description": "Markdown manpages",
"bin": {
"mad": "bin/mad"
},
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/mad.git"
},
"keywords": [
"mad",
"markdown",
"manpage",
"docs",
"documentation"
],
"author": "TJ Holowaychuk",
"license": "MIT"
}

0 comments on commit aca38e3

Please sign in to comment.