-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 761 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 761 Bytes
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
{
"name": "resume.cameronmoon.com",
"version": "1.0.0",
"description": "Cameron Moon's resume / CV.",
"main": "index.js",
"scripts": {
"start": "resume serve --theme cmrn",
"test": "resume test",
"export": "resume export --theme cmrn cameron-moon.pdf",
"deploy": "resume export index.html --theme cmrn && surge ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/cmrn/resume.git"
},
"keywords": [
"resume",
"cv",
"jsonresume"
],
"author": "Cameron Moon <cameron@cameronmoon.com>",
"license": "CC-BY-NC-ND-4.0",
"homepage": "https://resume.cameronmoon.com",
"devDependencies": {
"jsonresume-theme-rocketspacer": "^1.2.2",
"resume-cli": "^2.0.0",
"surge": "^0.21.6"
}
}