-
Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 715 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 715 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": "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",
"lodash": "^4.17.20",
"mustache": "^2.2.1"
},
"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"
}