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