fresh-themes/package.json

46 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2015-10-06 19:20:47 +01:00
{
2015-12-30 23:02:06 +00:00
"name": "fresh-themes",
"version": "0.17.0-beta",
2016-01-22 09:53:52 +00:00
"description": "Multiformat themes and templates for your résumé / CV.",
2015-10-06 19:20:47 +01:00
"repository": {
"type": "git",
2018-02-03 01:11:31 +00:00
"url": "https://github.com/fresh-standard/fresh-themes.git"
2015-10-06 19:20:47 +01:00
},
2018-02-01 14:28:13 +00:00
"main": "index.js",
2015-10-06 19:20:47 +01:00
"keywords": [
2015-12-17 12:52:41 +00:00
"résumé",
2015-10-06 19:20:47 +01:00
"resume",
"CV",
"employment",
2015-10-06 19:20:47 +01:00
"portfolio",
2015-12-17 12:52:41 +00:00
"Handlebars",
"Underscore",
"Markdown",
"LaTeX",
"HTML",
"Word",
2015-12-17 12:52:41 +00:00
"Microsoft Word",
"PDF",
"Acrobat",
"Adobe",
2015-12-17 12:52:41 +00:00
"JSON",
"YAML"
2015-10-06 19:20:47 +01:00
],
2015-12-30 23:02:06 +00:00
"author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)",
2016-01-12 01:19:32 +00:00
"contributors": [
"hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)",
2016-01-12 01:19:32 +00:00
"Brett Hardin (https://github.com/bhardin)",
"hareekum (https://github.com/hareekum)",
"Jonathon Lui (https://jonathanlui.com)",
"Evan Plaice <evanplaice@gmail.com> (https://github.com/evanplaice)",
"Jonathan Wolfe (https://github.com/JonathanWolfe)",
"Ya Zhuang (https://github.com/zhuangya)"
2016-01-12 01:19:32 +00:00
],
2015-10-06 19:20:47 +01:00
"license": "MIT",
"bugs": {
2018-02-03 01:11:31 +00:00
"url": "https://github.com/fresh-standard/fresh-themes/issues"
2015-10-06 19:20:47 +01:00
},
2018-02-03 01:11:31 +00:00
"homepage": "https://github.com/fresh-standard/fresh-themes",
2015-10-06 19:20:47 +01:00
"dependencies": { }
}