line-counter-node
Version:
Recursive nodejs line counter library
36 lines (35 loc) • 780 B
JSON
{
"name": "line-counter-node",
"version": "1.5.1",
"description": "Recursive nodejs line counter library",
"author": "Özgür Senekci <ozgursenekci@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/social13/line-counter-node.git"
},
"homepage": "https://github.com/social13/line-counter-node#readme",
"keywords": [
"node",
"line",
"counter",
"linecounter"
],
"license": "MIT",
"dependencies": {
"colors": "^1.1.2",
"homedir": "^0.6.0"
},
"devDependencies": {
"mocha": "3.4.2"
},
"bugs": {
"url": "https://github.com/social13/line-counter-node/issues"
},
"bin": {
"linecounter": "bin/linecounter",
"lc": "bin/linecounter"
},
"scripts": {
"test": "mocha tests"
}
}