docblock-parser
Version:
A standalone docblock parser
43 lines (42 loc) • 929 B
JSON
{
"name": "docblock-parser",
"version": "1.0.0",
"description": "A standalone docblock parser",
"repository": {
"type": "git",
"url": "https://github.com/fkling/docblock-parser.git"
},
"homepage": "https://github.com/fkling/docblock-parser",
"bugs": "https://github.com/fkling/docblock-parser/issues",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"prepublish": "babel src --out-dir lib"
},
"keywords": [
"docs",
"documention",
"docblock",
"parser",
"type",
"annotation",
"jsdoc"
],
"author": "Felix Kling",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-jest": "^6.0.1",
"babel-preset-es2015": "^6.3.13",
"jest-cli": "^0.8.1"
},
"dependencies": {
"lodash.assign": "^3.2.0"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testPathDirs": [
"src/"
]
}
}