head2json
Version:
Parses C++ files and converts the header to a JSON object.
29 lines (28 loc) • 653 B
JSON
{
"name": "head2json",
"version": "0.1.8",
"description": "Parses C++ files and converts the header to a JSON object.",
"dependencies": {
"front-matter": "^4.0.2"
},
"keywords": [
"cpp",
"c++",
"header-parser",
"parser"
],
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dongliu0426/head2json.git"
},
"author": "Dong Liu",
"license": "MIT",
"bugs": {
"url": "https://github.com/dongliu0426/head2json/issues"
},
"homepage": "https://github.com/dongliu0426/head2json#readme"
}