reparse-coffeescript/package.json

27 lines
620 B
JSON
Raw Normal View History

{
2012-05-04 19:02:00 +00:00
"name": "reparse-coffeescript",
"description": "An implementation of a parser combinator in coffeescript.",
2013-03-05 23:21:44 +00:00
"author": {
"name": "Elf M. Sternberg"
},
"version": "0.0.2",
2012-05-04 18:59:45 +00:00
"keywords": ["parser", "coffeescript"],
2013-03-05 23:21:44 +00:00
"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"
},
2012-05-04 18:59:45 +00:00
"main": "./lib/reparse",
"engines": {
2012-07-16 19:04:44 +00:00
"node": ">= 0.6.6"
2012-05-04 18:59:45 +00:00
}
}