27 lines
634 B
JSON
27 lines
634 B
JSON
{
|
|
"name": "reparse-coffeescript",
|
|
"description": "An implementation of a parser combinator in coffeescript.",
|
|
"author": { "name": "Elf M. Sternberg" },
|
|
"version": "0.0.1",
|
|
"keywords": ["parser", "coffeescript"],
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/elfsternberg/reparse/raw/master/LICENSE"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"coffee-script": "1.x.x"
|
|
},
|
|
"devDependencies": {
|
|
"docco": "0.3.x"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"main": "./lib/reparse",
|
|
"engines": {
|
|
"node": ">= 0.6.0"
|
|
}
|
|
}
|