cdocparser
Version:
Extract C style comments and extract context from source
35 lines (34 loc) • 769 B
JSON
{
"name": "cdocparser",
"version": "0.15.0",
"description": "Extract C style comments and extract context from source",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/FWeinb/CDocParser"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha test"
},
"keywords": [
"doc",
"documentation",
"extract",
"parse"
],
"author": "Fabrice Weinberg <Fabrice@weinberg.me>",
"contributors": [
"joshwnj <josh@x-team.com> (http://x-team.com)"
],
"license": "MIT",
"devDependencies": {
"assert": "^1.1.1",
"mocha": "^2.1.0"
},
"dependencies": {
"escape-string-regexp": "^1.0.2",
"lodash.assign": "^2.4.1",
"lodash.union": "^3.1.0",
"strip-indent": "^1.0.0"
}
}