-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
32 lines (32 loc) · 903 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-kards",
"version": "3.0.0",
"description": "Theme for JSON Resume based on Kards design by styleshout",
"author": "XuluWarrior",
"repository": {
"type": "git",
"url": "https://github.com/XuluWarrior/jsonresume-theme-kards.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/XuluWarrior/jsonresume-theme-kards/issues"
},
"homepage": "https://github.com/XuluWarrior/jsonresume-theme-kards",
"scripts": {
"build:styles": "lessc Kards10/less/styles.less Kards10/css/styles.css",
"release:prepare": "git checkout master && git pull && npm version patch -m \"Release: %s\""
},
"dependencies": {
"handlebars": "^4.1.2",
"handlebars-utils": "^1.0.6",
"marked": "^15.0.3",
"moment": "^2.24.0"
},
"devDependencies": {
"less": "^4.0.0"
},
"engineStrict": true,
"engines": {
"node": ">=16"
}
}