antlr4-hive-javascript
Version:
23 lines (22 loc) • 474 B
JSON
{
"name": "antlr4-hive-javascript",
"version": "1.0.2",
"description": "antlr4 hive parser",
"main": "lib/index.js",
"repository": "git@github.com:Mammut-FE/antlr4-hive-javascript.git",
"author": "lleohao <lleohao@hotmail.com>",
"license": "Apache License 2.0",
"files": [
"lib"
],
"devDependencies": {
"gulp": "^3.9.1"
},
"scripts": {
"build": "./build.sh",
"prepublish": "gulp"
},
"dependencies": {
"antlr4": "^4.7.1"
}
}