-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 968 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
{
"name": "koconchobhair-resume",
"version": "1.1.0",
"description": "my resume using https://jsonresume.org",
"main": "resume.json",
"scripts": {
"test": "./node_modules/.bin/resume validate",
"build": "./node_modules/.bin/resume export --theme kendall --format html docs/index.html",
"export": "./node_modules/.bin/resume export --theme spartan --format pdf docs/resume.pdf"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KOConchobhair/koconchobhair.github.io.git"
},
"keywords": [
"resume"
],
"author": "Kyle O'Connor",
"license": "MIT",
"bugs": {
"url": "https://github.com/KOConchobhair/koconchobhair.github.io/issues"
},
"homepage": "https://koconchobhair.github.io",
"dependencies": {
"jsonresume-theme-kendall": "^0.2.0",
"jsonresume-theme-onepage": "0.0.3",
"jsonresume-theme-short": "^0.1.7",
"jsonresume-theme-spartan": "^0.3.0",
"resume-cli": "^3.0.8"
}
}