Beautified to see if it passes NPM.

This commit is contained in:
Ken Elf Mathieu Sternberg 2013-03-05 15:21:44 -08:00
parent 26e7b3936e
commit e83eb6df26
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"
},