-
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) · 804 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 804 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": "rsm",
"version": "1.0.0",
"description": "Eko Eryanto Resume",
"main": "n/a",
"scripts": {
"start": "resume serve --theme elegant",
"test": "resume test",
"generate": "npm-run-all --parallel generate:*",
"generate:pdf": "resume export ekoeryanto.pdf --theme elegant",
"generate:html": "resume export index.html --theme elegant"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nueko/nueko.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nueko/nueko.github.io/issues"
},
"homepage": "https://github.com/nueko/nueko.github.io#readme",
"devDependencies": {
"jsonresume-theme-elegant": "^1.11.2",
"npm-run-all": "^4.1.3",
"resume-cli": "^0.4.19"
}
}