24 lines
635 B
JSON
24 lines
635 B
JSON
{
|
|
"name": "antlr4ts",
|
|
"version": "0.5.0-alpha.4",
|
|
"description": "ANTLR 4 runtime for JavaScript written in Typescript",
|
|
"main": "index.js",
|
|
"scripts": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tunnelvisionlabs/antlr4ts.git"
|
|
},
|
|
"keywords": [
|
|
"ANTLR4",
|
|
"typescript"
|
|
],
|
|
"author": "Terence Parr, Sam Harwell, and Burt Harris",
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/tunnelvisionlabs/antlr4ts/issues"
|
|
},
|
|
"homepage": "https://github.com/tunnelvisionlabs/antlr4ts#readme",
|
|
"devDependencies": {},
|
|
"dependencies": {}
|
|
}
|