UNPKG

fresh-jrs-converter

Version:

Convert résumés and CVs between FRESH and JSON Resume formats.

58 lines (57 loc) 1.35 kB
{ "name": "fresh-jrs-converter", "version": "1.0.0", "description": "Convert résumés and CVs between FRESH and JSON Resume formats.", "repository": { "type": "git", "url": "https://github.com/fresh-standard/fresh-jrs-converter.git" }, "keywords": [ "resume", "résumé", "CV", "FRESH", "FRESCA", "FRESH Resume", "JSON Resume", "JRS", "JSON", "schema" ], "author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)", "license": "MIT", "bugs": { "url": "https://github.com/fresh-standard/fresh-jrs-converter/issues" }, "main": "src/index.js", "scripts": { "test": "mocha", "grunt": "grunt" }, "homepage": "https://github.com/fresh-standard/fresh-jrs-converter", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ], "dependencies": { "extend": "^3.0.1", "fresh-resume-schema": "^1.0.0-beta", "lodash": "^4.3.0", "moment": "^2.20.1", "underscore": "^1.8.3" }, "devDependencies": { "chai": "^3.4.1", "fresh-resume-validator": "^0.2.0", "fresh-test-resumes": "^0.9.2", "grunt": "^0.4.5", "grunt-cli": "^0.1.13", "grunt-contrib-jshint": "^0.11.3", "grunt-simple-mocha": "^0.4.1", "is-my-json-valid": "^2.12.3", "mocha": "^2.3.4" } }