forked from LinuxBozo/jsonresume-theme-kendall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 849 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
{
"name": "jsonresume-theme-kendall-bushmanov",
"version": "0.2.7",
"description": "A JSON Resume theme built with bootstrap",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Grigorii Bushmanov",
"license": "MIT",
"dependencies": {
"check-url-type": "^1.0.1",
"date-fns": "^2.30.0",
"gravatar": "^1.8.2",
"lodash": "^4.17.20",
"mustache": "^2.2.1",
"xmlhttprequest": "^1.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Greg-Bush/jsonresume-theme-kendall-bushmanov.git"
},
"keywords": [
"json",
"jsonresume",
"theme"
],
"bugs": {
"url": "https://github.com/Greg-Bush/jsonresume-theme-kendall-bushmanov/issues"
},
"homepage": "https://github.com/Greg-Bush/jsonresume-theme-kendall-bushmanov"
}