2012-05-03 23:41:00 +00:00
|
|
|
{
|
2012-05-04 19:02:00 +00:00
|
|
|
"name": "reparse-coffeescript",
|
2012-05-03 23:41:00 +00:00
|
|
|
"description": "An implementation of a parser combinator in coffeescript.",
|
2012-05-04 18:59:45 +00:00
|
|
|
"author": { "name": "Elf M. Sternberg" },
|
2012-05-03 23:41:00 +00:00
|
|
|
"version": "0.0.1",
|
2012-05-04 18:59:45 +00:00
|
|
|
"keywords": ["parser", "coffeescript"],
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "http://github.com/elfsternberg/reparse/raw/master/LICENSE"
|
|
|
|
}
|
|
|
|
],
|
2012-05-03 23:41:00 +00:00
|
|
|
"dependencies": {
|
|
|
|
"coffee-script": "1.x.x"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"docco": "0.3.x"
|
|
|
|
},
|
2012-05-04 18:55:34 +00:00
|
|
|
"directories": {
|
|
|
|
"lib": "./lib"
|
|
|
|
},
|
2012-05-04 18:59:45 +00:00
|
|
|
"main": "./lib/reparse",
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 0.6.0"
|
|
|
|
}
|
2012-05-03 23:41:00 +00:00
|
|
|
}
|