1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-07-02 16:30:04 +01:00
HackMyResume/package.json
James Devlin 3b92065c14 Introduce scrappy sources from main dev tree.
Add existing "HackMyResume" command-line sources from commit 59 on the
original dev tree, without modification except for a partial rename of
"HackMyResume" to "scrappy".

See: https://github.com/gruebait/HackMyResume/tree/master/HMR.Console
2015-09-01 01:05:47 -04:00

37 lines
899 B
JSON

{
"name": "scrappy",
"version": "0.1.0",
"description": "An extensible command-line-based resume generator for the 21st century.",
"repository": {
"type": "git",
"url": "https://github.com/gruebait/scrappy.git"
},
"keywords": [
"resume",
"CV",
"portfolio",
"Markdown"
],
"author": "James M. Devlin",
"license": "Proprietary and confidential. Copyright (c) 2015 by James M. Devlin. All rights reserved.",
"preferGlobal": "true",
"bugs": {
"url": "https://github.com/gruebait/scrappy/issues"
},
"bin": {
"scrappy": "src/index.js"
},
"homepage": "https://github.com/gruebait/scrappy",
"dependencies": {
"fs-extra": "^0.24.0",
"html": "0.0.10",
"jst": "0.0.13",
"marked": "^0.3.5",
"minimist": "^1.2.0",
"phantom": "^0.7.2",
"underscore": "^1.8.3",
"wkhtmltopdf": "^0.1.5",
"xml-escape": "^1.0.0"
}
}