fresca
Version:
The FRESH schema for resumes and CVs.
36 lines (35 loc) • 738 B
JSON
{
"name": "fresca",
"version": "0.6.1",
"description": "The FRESH schema for resumes and CVs.",
"repository": {
"type": "git",
"url": "https://github.com/fresh-standard/FRESCA.git"
},
"keywords": [
"resume",
"résumé",
"CV",
"FRESCA",
"FRESH",
"HackMyResume",
"FluentCV",
"schema",
"JSON",
"employment"
],
"author": "hacksalot <hacksalot@indevious.com> (https://indevious.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fresh-standard/FRESCA/issues"
},
"main": "schema/fresh-resume-schema.json",
"homepage": "https://resume.freshstandard.org",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}