ctagz
Version:
JS Native ctags parser
30 lines (29 loc) • 599 B
JSON
{
"name": "ctagz",
"version": "0.1.0",
"description": "JS Native ctags parser",
"main": "ctagz.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jtanx/ctagz.git"
},
"keywords": [
"ctags",
"etags",
"tags",
"vscode"
],
"author": "Jeremy Tan",
"license": "MIT",
"bugs": {
"url": "https://github.com/jtanx/ctagz/issues"
},
"homepage": "https://github.com/jtanx/ctagz#readme",
"dependencies": {
"bluebird": "^3.5.3",
"minimatch": "^3.0.3"
}
}