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:
commit
82e794e466
14
package.json
14
package.json
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue