2015-09-01 06:05:47 +01:00
|
|
|
{
|
2015-09-24 21:09:48 +01:00
|
|
|
"name": "fluentcmd",
|
2015-09-01 06:05:47 +01:00
|
|
|
"version": "0.1.0",
|
2015-09-24 21:09:48 +01:00
|
|
|
"description": "The FluentCV command-line tool (an extensible command-line-based resume generator for the 21st century.)",
|
2015-09-03 03:02:11 +01:00
|
|
|
"private": true,
|
2015-09-01 06:05:47 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-10-06 17:46:30 +01:00
|
|
|
"url": "https://github.com/fluentdesk/fluentcmd.git"
|
2015-09-01 06:05:47 +01:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"resume",
|
|
|
|
"CV",
|
|
|
|
"portfolio",
|
|
|
|
"Markdown"
|
|
|
|
],
|
|
|
|
"author": "James M. Devlin",
|
2015-09-03 03:02:11 +01:00
|
|
|
"license": "UNLICENSED",
|
2015-09-01 06:05:47 +01:00
|
|
|
"preferGlobal": "true",
|
|
|
|
"bugs": {
|
2015-10-06 17:46:30 +01:00
|
|
|
"url": "https://github.com/fluentdesk/fluentcmd/issues"
|
2015-09-01 06:05:47 +01:00
|
|
|
},
|
2015-09-29 07:08:41 +01:00
|
|
|
"main": "src/fluentcmd.js",
|
2015-09-24 21:09:48 +01:00
|
|
|
"bin": {
|
|
|
|
"fluentcmd": "src/index.js"
|
|
|
|
},
|
2015-10-06 17:46:30 +01:00
|
|
|
"homepage": "https://github.com/fluentdesk/fluentcmd",
|
2015-09-01 06:05:47 +01:00
|
|
|
"dependencies": {
|
2015-09-24 21:09:48 +01:00
|
|
|
"fluentlib": "file:..\\fluentlib",
|
2015-10-06 17:46:30 +01:00
|
|
|
"minimist": "^1.2.0"
|
2015-09-01 06:05:47 +01:00
|
|
|
}
|
|
|
|
}
|