-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·41 lines (41 loc) · 947 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
35
36
37
38
39
40
41
{
"name": "jsonresume-theme-mocha-responsive",
"version": "1.1.1",
"description": "Custom dark theme for JSON Resume based on Caffeine theme by Kelvin Nguyen (https://github.com/kelyvin)",
"deprecated": false,
"main": "index.js",
"author": {
"name": "Karel Mácha",
"email": "[email protected]",
"url": "http://karlitos.net/"
},
"repository": {
"type": "git",
"url": "https://github.com/karlitos/jsonresume-theme-mocha-responsive"
},
"engines": {
"node": ">=8.0.0"
},
"keywords": [
"json",
"resume",
"jsonresume",
"json-resume"
],
"license": "MIT",
"scripts": {
"test": "jest"
},
"dependencies": {
"address-format": "0.0.3",
"handlebars": "^4.7.6",
"handlebars-wax": "^5.0.0",
"image-to-base64": "^2.1.1",
"marked": "^0.8.2",
"promised-handlebars": "^2.0.1"
},
"devDependencies": {
"jest": "^26.6.3",
"rewire": "^5.0.0"
}
}