forked from JaredCubilla/jsonresume-theme-classy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 872 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
{
"name": "jsonresume-theme-printclassy",
"version": "1.1.1",
"description": "An uber-classy JSONResume theme, that is print friendly too!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Reuben Coutinho",
"license": "MIT",
"dependencies": {
"dateformat": "^2.0.0",
"handlebars": "^4.0.6",
"lodash": "^2.4.1",
"resume-schema": "0.0.16",
"tarball-extract": "0.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/reubenkcoutinho/jsonresume-theme-printclassy.git"
},
"keywords": [
"json",
"jsonresume",
"theme",
"classy",
"jsonresume-theme"
],
"bugs": {
"url": "https://github.com/reubenkcoutinho/jsonresume-theme-printclassy/issues"
},
"homepage": "https://github.com/reubenkcoutinho/jsonresume-theme-printclassy"
}