c
Version:
Set and remove comments from files and directories, and view them from the command line.
45 lines (44 loc) • 987 B
JSON
{
"name": "c",
"version": "1.1.1",
"description": "Set and remove comments from files and directories, and view them from the command line.",
"keywords": [
"File system",
"Comments",
"File descriptions",
"CLI",
"Global"
],
"homepage": "https://github.com/rumpl/c",
"bugs": {
"url": "https://github.com/rumpl/c/issues"
},
"license": "MIT",
"author": {
"name": "Djordje Lukic",
"email": "lukic.djordje@gmail.com",
"url": "https://github.com/rumpl"
},
"contributors": [
{
"name": "Lawrence Warren",
"email": "lawrencewarren2@gmail.com",
"url": "https://www.github.com/LawrenceWarren"
}
],
"main": "./src/cli.js",
"bin": "./src/cli.js",
"repository": {
"type": "git",
"url": "git://github.com/rumpl/c.git"
},
"dependencies": {
"@types/node": "^14.6.4",
"colors": "1.4.0",
"true-case-path": "^2.2.1"
},
"devDependencies": {},
"engines": {
"node": "~12.16.2"
}
}