1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-07-03 00:30:05 +01:00

Update package.json deps.

This commit is contained in:
devlinjd 2015-11-21 03:11:37 -05:00
parent debd866545
commit e44239b24a

View File

@ -10,7 +10,15 @@
"resume", "resume",
"CV", "CV",
"portfolio", "portfolio",
"Markdown" "employment",
"career",
"Markdown",
"JSON",
"Word",
"PDF",
"YAML",
"HTML",
"CLI"
], ],
"author": "James M. Devlin", "author": "James M. Devlin",
"license": "MIT", "license": "MIT",
@ -24,6 +32,7 @@
}, },
"homepage": "https://github.com/fluentdesk/fluentcv", "homepage": "https://github.com/fluentdesk/fluentcv",
"dependencies": { "dependencies": {
"FRESCA": "fluentdesk/FRESCA",
"fluent-themes": "0.4.0-beta", "fluent-themes": "0.4.0-beta",
"fs-extra": "^0.24.0", "fs-extra": "^0.24.0",
"html": "0.0.10", "html": "0.0.10",
@ -41,6 +50,7 @@
"devDependencies": { "devDependencies": {
"chai": "*", "chai": "*",
"grunt": "*", "grunt": "*",
"grunt-contrib-yuidoc": "^0.10.0",
"grunt-simple-mocha": "*", "grunt-simple-mocha": "*",
"is-my-json-valid": "^2.12.2", "is-my-json-valid": "^2.12.2",
"mocha": "*", "mocha": "*",