2015-09-01 06:05:47 +01:00
|
|
|
{
|
|
|
|
"name": "scrappy",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "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",
|
|
|
|
"url": "https://github.com/gruebait/scrappy.git"
|
|
|
|
},
|
|
|
|
"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": {
|
|
|
|
"url": "https://github.com/gruebait/scrappy/issues"
|
|
|
|
},
|
2015-09-14 02:14:12 +01:00
|
|
|
"main": "src/scrappy.js",
|
2015-09-01 06:05:47 +01:00
|
|
|
"homepage": "https://github.com/gruebait/scrappy",
|
|
|
|
"dependencies": {
|
|
|
|
"fs-extra": "^0.24.0",
|
|
|
|
"html": "0.0.10",
|
2015-09-19 01:10:35 +01:00
|
|
|
"is-my-json-valid": "^2.12.2",
|
2015-09-01 06:05:47 +01:00
|
|
|
"jst": "0.0.13",
|
|
|
|
"marked": "^0.3.5",
|
|
|
|
"minimist": "^1.2.0",
|
|
|
|
"underscore": "^1.8.3",
|
|
|
|
"wkhtmltopdf": "^0.1.5",
|
|
|
|
"xml-escape": "^1.0.0"
|
|
|
|
}
|
|
|
|
}
|