1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-06-30 23:40:05 +01:00
HackMyResume/package.json

32 lines
753 B
JSON
Raw Normal View History

{
"name": "fluentcmd",
"version": "0.1.0",
"description": "The FluentCV command-line tool (an extensible command-line-based resume generator for the 21st century.)",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/fluentdesk/fluentcmd.git"
},
"keywords": [
"resume",
"CV",
"portfolio",
"Markdown"
],
"author": "James M. Devlin",
"license": "UNLICENSED",
"preferGlobal": "true",
"bugs": {
"url": "https://github.com/fluentdesk/fluentcmd/issues"
},
"main": "src/fluentcmd.js",
"bin": {
"fluentcmd": "src/index.js"
},
"homepage": "https://github.com/fluentdesk/fluentcmd",
"dependencies": {
"fluentlib": "file:..\\fluentlib",
"minimist": "^1.2.0"
}
}