-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 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": "sanfrancrisko-resume",
"version": "1.0.0",
"description": "Resume for Ciaran McCrisken",
"main": "index.js",
"watch": {
"update": {
"patterns": [
"resume.yaml"
],
"ignore": [
"node_modules",
"public"
],
"runOnChangeOnly": false
}
},
"scripts": {
"update": "yaml2json resume.yaml > resume.json",
"prevalidate": "yaml2json resume.yaml > resume.json",
"validate": "resume validate",
"preserve": "yaml2json resume.yaml > resume.json",
"serve": "resume serve --theme paperalt",
"export_html": "resume export --format html --theme jsonresume-theme-kendall ./public/index.html",
"export_pdf": "resume export --format pdf --theme jsonresume-theme-kendall",
"watch": "npm-watch update"
},
"dependencies": {
"jsonresume-theme-kendall": "^0.2.0",
"npm-watch": "^0.11.0",
"resume-cli": "^3.0.5",
"yamljs": "0.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanfrancrisko/resume.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/sanfrancrisko/resume/issues"
},
"homepage": "https://sanfrancrisko.github.io/resume"
}