2012-05-03 23:41:00 +00:00
|
|
|
{
|
|
|
|
"name": "reparse-coffee",
|
|
|
|
"description": "An implementation of a parser combinator in coffeescript.",
|
|
|
|
"author": "Elf M. Sternberg (elf.sternberg@gmail.com)",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"dependencies": {
|
|
|
|
"coffee-script": "1.x.x"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"docco": "0.3.x"
|
|
|
|
},
|
2012-05-04 18:53:14 +00:00
|
|
|
"scripts": {
|
|
|
|
"pre-install": "mkdir -p lib && ./node_modules/.bin/coffee -o lib src/reparse.js"
|
|
|
|
},
|
2012-05-04 18:55:34 +00:00
|
|
|
"directories": {
|
|
|
|
"lib": "./lib"
|
|
|
|
},
|
|
|
|
"main": {
|
|
|
|
"lib/reparse"
|
|
|
|
},
|
2012-05-03 23:41:00 +00:00
|
|
|
"engine": "node >= 0.6.0"
|
|
|
|
}
|