UNPKG

count-lines-of-code

Version:
30 lines (29 loc) 605 B
{ "name": "count-lines-of-code", "version": "1.0.6", "description": "count lines of code", "main": "lib/count.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "count-lines-of-code": "bin/count.js" }, "repository": { "type": "git", "url": "https://github.com/iMyth/count-lines-of-code.git" }, "keywords": [ "count", "lines", "of", "code" ], "author": "Myth", "license": "MIT", "dependencies": { "chalk": "^3.0.0", "commander": "^2.20.0", "graceful-fs": "^4.2.3" } }