Skip to content

Commit

Permalink
Add npm package.json file.
Browse files Browse the repository at this point in the history
  • Loading branch information
trans committed Oct 25, 2011
1 parent 2aaa00b commit 227aceb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rdoc
Expand Up @@ -18,10 +18,10 @@ superset of RDoc making it a bit more flexible.
== Please Contribute

The more others contribute to Rundown, the sooner full RDoc compatibility
will be achieved. As I am not a markup parser expert (nor a Javascript
expert for that matter), on my own I will only be implementing features
as I need them, and have time to work on it. So your contributions will
have a significant impact on this project.
will be achieved. As I am not a markup parser expert, on my own I will only
be implementing features as I need them, can figure them out, and have time
to work on it. So your contributions will have a significant impact on this
project.


== Contributors
Expand All @@ -40,4 +40,4 @@ Rundown - Copyright (c) 2011 Thomas Sawyer, Rubyworks

Showdown - Copyright (c) 2007 John Fraser


See COPYING.rdoc for details.
12 changes: 12 additions & 0 deletions package.json
@@ -0,0 +1,12 @@
{
"name": "rundown",
"version": "0.0.1",
"description": "RDoc parser for Javacript.",
"main": "rundown.js",
"keywords": ["rubyworks","rdoc","ruby"],
"repository" : {
"type" : "git",
"url" : "git://github.com/rubyworks/rundown.git"
}
}

0 comments on commit 227aceb

Please sign in to comment.