eslint-config-chain-able
Version:
an opinionated ESLint configuration
39 lines (38 loc) • 989 B
JSON
{
"name": "comment-parser",
"version": "0.4.0",
"description": "Generic JSDoc-like comment parser. ",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"readable-stream": "^2.0.4"
},
"devDependencies": {
"chai": "~1.9.0",
"jshint": "^2.5.10",
"jshint-stylish": "^1.0.0",
"mocha": "~1.17.1",
"nodemon": "^1.2.1"
},
"scripts": {
"test": "jshint --reporter node_modules/jshint-stylish/stylish.js index.js && mocha tests/*",
"watch": "nodemon -q -w index.js -w parser.js -w tests/ -x npm test"
},
"repository": {
"type": "git",
"url": "git@github.com:yavorskiy/comment-parser.git"
},
"keywords": [
"jsdoc",
"comments",
"parser"
],
"author": "Sergii Iavorskyi <yavorskiy.s@gmail.com> (https://github.com/yavorskiy)",
"license": "MIT",
"bugs": {
"url": "https://github.com/yavorskiy/comment-parser/issues"
},
"homepage": "https://github.com/yavorskiy/comment-parser"
}