1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-07-01 07:50:06 +01:00
HackMyResume/package.json

88 lines
2.3 KiB
JSON
Raw Normal View History

{
2015-12-19 17:37:42 +00:00
"name": "hackmyresume",
2015-12-28 08:51:39 +00:00
"version": "1.3.0",
2015-12-12 03:35:26 +00:00
"description": "Generate polished résumés and CVs in HTML, Markdown, LaTeX, MS Word, PDF, plain text, JSON, XML, YAML, smoke signal, and carrier pigeon.",
"repository": {
"type": "git",
2015-12-19 17:37:42 +00:00
"url": "https://github.com/hacksalot/HackMyResume.git"
},
"scripts": {
"test": "grunt test",
"grunt": "grunt"
},
"keywords": [
"resume",
"CV",
"portfolio",
2015-11-21 08:11:37 +00:00
"employment",
"career",
"Markdown",
"JSON",
"Word",
"PDF",
"YAML",
"HTML",
2015-12-20 20:43:31 +00:00
"LaTeX",
"CLI",
"Handlebars",
"Underscore",
"template"
],
2015-12-22 23:49:11 +00:00
"author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)",
"contributors": [
"Edmund Jorgensen (https://github.com/tomheon)",
"Ya Zhuang (https://github.com/zhuangya)",
"hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)"
],
2015-10-07 07:20:48 +01:00
"license": "MIT",
"preferGlobal": "true",
"bugs": {
2015-12-19 17:37:42 +00:00
"url": "https://github.com/hacksalot/HackMyResume/issues"
},
2015-12-19 17:37:42 +00:00
"main": "src/hackmycmd.js",
"bin": {
2015-12-19 17:37:42 +00:00
"hackmyresume": "src/index.js"
},
2015-12-19 17:37:42 +00:00
"homepage": "https://github.com/hacksalot/HackMyResume",
"dependencies": {
2015-11-21 10:56:16 +00:00
"colors": "^1.1.2",
"fluent-themes": "~0.7.1-beta",
2015-12-17 19:28:24 +00:00
"fresca": "~0.2.2",
2015-10-26 16:30:00 +00:00
"fs-extra": "^0.24.0",
2015-12-06 19:57:20 +00:00
"handlebars": "^4.0.5",
2015-10-26 16:30:00 +00:00
"html": "0.0.10",
"is-my-json-valid": "^2.12.2",
"jst": "0.0.13",
2015-12-24 09:05:17 +00:00
"lodash": "^3.10.1",
2015-10-26 16:30:00 +00:00
"marked": "^0.3.5",
"minimist": "^1.2.0",
2015-10-26 17:48:00 +00:00
"mkdirp": "^0.5.1",
2015-10-26 16:30:00 +00:00
"moment": "^2.10.6",
"parse-filepath": "^0.6.3",
"path-exists": "^2.1.0",
"recursive-readdir-sync": "^1.0.6",
2015-12-17 04:28:57 +00:00
"simple-html-tokenizer": "^0.2.0",
"string.prototype.startswith": "^0.2.0",
2015-10-26 16:30:00 +00:00
"underscore": "^1.8.3",
"wkhtmltopdf": "^0.1.5",
"xml-escape": "^1.0.0",
"yamljs": "^0.2.4"
},
"devDependencies": {
"chai": "*",
"grunt": "*",
"grunt-cli": "^0.1.13",
2015-12-18 20:33:18 +00:00
"grunt-contrib-clean": "^0.7.0",
2015-12-10 02:44:18 +00:00
"grunt-contrib-jshint": "^0.11.3",
2015-11-21 08:11:37 +00:00
"grunt-contrib-yuidoc": "^0.10.0",
2015-10-26 16:30:00 +00:00
"grunt-simple-mocha": "*",
2015-12-18 20:34:30 +00:00
"jane-q-fullstacker": "fluentdesk/jane-q-fullstacker",
"jsonresume-theme-boilerplate": "^0.1.2",
"jsonresume-theme-classy": "^1.0.9",
"jsonresume-theme-modern": "0.0.18",
"jsonresume-theme-sceptile": "^1.0.5",
2015-10-26 16:30:00 +00:00
"mocha": "*",
2015-10-26 16:54:15 +00:00
"resample": "fluentdesk/resample"
}
}