jsdoc-regex
Version:
Regular expression for matching JSDoc comment blocks and the code below them.
36 lines (35 loc) • 754 B
JSON
{
"name": "jsdoc-regex",
"version": "1.0.1",
"description": "Regular expression for matching JSDoc comment blocks and the code below them.",
"main": "index.js",
"engines": {
"node": ">=4.0"
},
"license": "MIT",
"devDependencies": {
"@neogeek/eslint-config-standards": "1.10.0",
"eslint": "3.12.2",
"mocha": "3.2.0"
},
"scripts": {
"test": "make test"
},
"keywords": [
"regex",
"jsdoc",
"comments"
],
"authors": [
{
"name": "Scott Doxey",
"email": "hello@scottdoxey.com",
"homepage": "http://scottdoxey.com/"
}
],
"homepage": "https://github.com/neogeek/jsdoc-regex",
"repository": {
"type": "git",
"url": "git://github.com/neogeek/jsdoc-regex.git"
}
}