jison-es
Version:
Fork of jison that emits parsers as ES modules
56 lines (55 loc) • 1.18 kB
JSON
{
"author": "Zach Carter <zach@carter.name> (http://zaa.ch)",
"contributors": [
"GabrielRatener <gabe9693@gmail.com>",
"David Govea <david.govea@runtriz.com>"
],
"name": "jison-es",
"description": "Fork of jison that emits parsers as ES modules",
"version": "0.4.18",
"license": "MIT",
"keywords": [
"jison",
"bison",
"yacc",
"parser",
"generator",
"lexer",
"flex",
"tokenizer",
"compiler"
],
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/runtrizapps/jison-es.git"
},
"bugs": {
"url": "http://github.com/runtrizapps/jison-es/issues"
},
"main": "lib/jison",
"bin": "lib/cli.js",
"engines": {
"node": ">=0.4"
},
"dependencies": {
"JSONSelect": "0.4.0",
"esprima": "1.1.x",
"escodegen": "1.3.x",
"jison-lex": "0.3.x",
"ebnf-parser": "0.1.10",
"lex-parser": "~0.1.3",
"nomnom": "1.5.2",
"cjson": "0.3.0"
},
"devDependencies": {
"test": "0.6.x",
"jison": "0.4.x",
"uglify-js": "~2.4.0",
"browserify": "2.x.x"
},
"scripts": {
"test": "node tests/all-tests.js"
},
"homepage": "http://jison.org"
}