console_comment
Version:
This will help you to comment all your console before going to production and rock.
30 lines (29 loc) • 726 B
JSON
{
"name": "console_comment",
"version": "1.0.2",
"description": "This will help you to comment all your console before going to production and rock.",
"main": "index.js",
"bin": {
"console_comment": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codebro850/Console_commenter.git"
},
"keywords": [
"console",
"commenter",
"npm",
"package",
"production"
],
"author": "Nauman Khan Gori",
"license": "MIT",
"bugs": {
"url": "https://github.com/codebro850/Console_commenter/issues"
},
"homepage": "https://github.com/codebro850/Console_commenter#readme"
}