Codebase list node-jison / upstream/0.4.17+git20201027.1.cbf9d93 package.json
upstream/0.4.17+git20201027.1.cbf9d93

Tree @upstream/0.4.17+git20201027.1.cbf9d93 (Download .tar.gz)

package.json @upstream/0.4.17+git20201027.1.cbf9d93raw · history · blame

{
  "author": "Zach Carter <zach@carter.name> (http://zaa.ch)",
  "name": "jison",
  "description": "A parser generator with Bison's API",
  "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/zaach/jison.git"
  },
  "bugs": {
    "email": "jison@librelist.com",
    "url": "http://github.com/zaach/jison/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"
}