diff --git a/README.rdoc b/README.rdoc index 40bef94..722287f 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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 @@ -40,4 +40,4 @@ Rundown - Copyright (c) 2011 Thomas Sawyer, Rubyworks Showdown - Copyright (c) 2007 John Fraser - +See COPYING.rdoc for details. diff --git a/package.json b/package.json new file mode 100644 index 0000000..43a4e6d --- /dev/null +++ b/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" + } +} +