forked from LinuxBozo/jsonresume-theme-kendall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 877 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
32
33
34
{
"name": "jsonresume-theme-kendall",
"version": "0.2.0",
"description": "A JSON Resume theme built with bootstrap",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "M. Adam Kendall",
"license": "MIT",
"dependencies": {
"gravatar": "^1.0.6",
"json-2-csv": "^3.17.1",
"jsonresume-theme-kendall": "^0.2.0",
"lodash": "^4.17.20",
"markdown-it": "^13.0.1",
"mustache": "^2.2.1",
"read-excel-file": "^5.4.5",
"resume-cli": "^3.0.7"
},
"repository": {
"type": "git",
"url": "https://github.com/linuxbozo/jsonresume-theme-kendall.git"
},
"keywords": [
"json",
"jsonresume",
"theme"
],
"bugs": {
"url": "https://github.com/linuxbozo/jsonresume-theme-kendall/issues"
},
"homepage": "https://github.com/linuxbozo/jsonresume-theme-kendall"
}