UNPKG

node-pmc

Version:
34 lines (33 loc) 753 B
{ "name": "node-pmc", "version": "1.0.5", "description": "Project manager CLI written in NodeJS", "main": "index.js", "bin": { "pmc": "./cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "project", "manager", "pmc" ], "author": "bogas04", "license": "MIT", "dependencies": { "cli-color": "^1.0.0", "load-json-file": "^1.0.1", "write-json-file": "^1.1.1" }, "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/bogas04/project-manager-cli.git" }, "bugs": { "url": "https://github.com/bogas04/project-manager-cli/issues" }, "homepage": "https://github.com/bogas04/project-manager-cli#readme" }