Merge branch 'master' of github.com:elfsternberg/reparse-coffeescript

* 'master' of github.com:elfsternberg/reparse-coffeescript:
  Beautified to see if it passes NPM.
This commit is contained in:
Elf M. Sternberg 2013-05-10 21:09:01 -07:00
commit 82e794e466
1 changed files with 7 additions and 7 deletions

View File

@ -1,15 +1,15 @@
{
"name": "reparse-coffeescript",
"description": "An implementation of a parser combinator in coffeescript.",
"author": { "name": "Elf M. Sternberg" },
"author": {
"name": "Elf M. Sternberg"
},
"version": "0.0.1",
"keywords": ["parser", "coffeescript"],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/elfsternberg/reparse/raw/master/LICENSE"
}
],
"licenses": [{
"type": "MIT",
"url": "http://github.com/elfsternberg/reparse/raw/master/LICENSE"
}],
"dependencies": {
"coffee-script": "1.x.x"
},