comment-to-json
Version:
A code source comment to json converter.
27 lines (26 loc) • 715 B
JSON
{
"name": "comment-to-json",
"version": "1.1.5",
"main": "lib/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rlapoele/comment-to-json.git"
},
"author": {
"name": "Renaud Lapoële",
"email": "rlapoele@gmail.com"
},
"description": "A code source comment to json converter.",
"keywords": ["source","code","comments","comment","json","converter","parser"],
"homepage": "https://github.com/rlapoele/comment-to-json#readme",
"issues": "https://github.com/rlapoele/comment-to-json/issues",
"dependencies": {
"chalk": "^2.4.1",
"glob": "^7.1.2",
"yargs": "^12.0.1"
},
"bin": {
"comment-to-json": "lib/index.js"
}
}