forked from fresh-standard/fresh-resume-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 793 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "fresh-resume-schema",
"version": "1.0.0-beta",
"description": "The FRESH schema for resumes and CVs.",
"repository": {
"type": "git",
"url": "https://github.com/fresh-standard/fresh-resume-schema.git"
},
"keywords": [
"resume",
"résumé",
"CV",
"FRESCA",
"FRESH",
"HackMyResume",
"FluentCV",
"schema",
"JSON",
"employment"
],
"author": "hacksalot <[email protected]> (https://indevious.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fresh-standard/fresh-resume-schema/issues"
},
"main": "schema/fresh-resume-schema_1.0.0-beta.json",
"homepage": "https://resume.freshstandard.org",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}