-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
45 lines (45 loc) · 1.19 KB
/
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
36
37
38
39
40
41
42
43
44
45
{
"name": "fresh-themes",
"version": "0.17.0-beta",
"description": "Multiformat themes and templates for your résumé / CV.",
"repository": {
"type": "git",
"url": "https://github.com/fresh-standard/fresh-themes.git"
},
"main": "index.js",
"keywords": [
"résumé",
"resume",
"CV",
"employment",
"portfolio",
"Handlebars",
"Underscore",
"Markdown",
"LaTeX",
"HTML",
"Word",
"Microsoft Word",
"PDF",
"Acrobat",
"Adobe",
"JSON",
"YAML"
],
"author": "hacksalot <[email protected]> (https://github.com/hacksalot)",
"contributors": [
"hacksalot <[email protected]> (https://github.com/hacksalot)",
"Brett Hardin (https://github.com/bhardin)",
"hareekum (https://github.com/hareekum)",
"Jonathon Lui (https://jonathanlui.com)",
"Evan Plaice <[email protected]> (https://github.com/evanplaice)",
"Jonathan Wolfe (https://github.com/JonathanWolfe)",
"Ya Zhuang (https://github.com/zhuangya)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fresh-standard/fresh-themes/issues"
},
"homepage": "https://github.com/fresh-standard/fresh-themes",
"dependencies": { }
}