Beautified to see if it passes NPM.
This commit is contained in:
parent
26e7b3936e
commit
e83eb6df26
14
package.json
14
package.json
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue