fresh-themes/package.json

43 lines
1.0 KiB
JSON
Raw Normal View History

2015-10-06 19:20:47 +01:00
{
2015-12-30 23:02:06 +00:00
"name": "fresh-themes",
"version": "1.0.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",
2015-12-30 23:27:45 +00:00
"url": "https://github.com/fluentdesk/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": [
"Brett Hardin (https://github.com/bhardin)",
"Evan Plaice <evanplaice@gmail.com> (https://github.com/evanplaice)",
2016-01-12 01:19:32 +00:00
"Ya Zhuang (https://github.com/zhuangya)",
"hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)"
],
2015-10-06 19:20:47 +01:00
"license": "MIT",
"bugs": {
2015-12-30 23:27:45 +00:00
"url": "https://github.com/fluentdesk/fresh-themes/issues"
2015-10-06 19:20:47 +01:00
},
2015-12-30 23:27:45 +00:00
"homepage": "https://github.com/fluentdesk/fresh-themes",
2015-10-06 19:20:47 +01:00
"dependencies": { }
}