forked from zaach/jison
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"author": "Zach Carter <[email protected]> (http://zaa.ch)",
"name": "jison",
"description": "A parser generator with Bison's API",
"version": "0.4.16",
"keywords": [
"jison",
"bison",
"yacc",
"parser",
"generator",
"lexer",
"flex",
"tokenizer",
"compiler"
],
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/zaach/jison.git"
},
"bugs": {
"email": "[email protected]",
"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"
}