forked from mudassir0909/jsonresume-theme-elegant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 KB
/
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
42
43
44
45
{
"name": "jsonresume-theme-elegant-maksymgendin",
"version": "1.4.0",
"description": "Customized Elegant theme for JSON resume",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/maksymgendin/jsonresume-theme-elegant.git"
},
"keywords": [
"jsonresume",
"theme",
"elegant"
],
"author": "Maksym Gendin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/maksymgendin/jsonresume-theme-elegant/issues"
},
"homepage": "https://github.com/maksymgendin/jsonresume-theme-elegant",
"dependencies": {
"gravatar": "1.x",
"handlebars": "4.x",
"jsonresume-themeutils": "1.x",
"markdown-it": "14.x",
"markdown-it-abbr": "2.x",
"moment": "2.x",
"pug": "3.x",
"resume-schema": "1.x",
"sshpk": "1.x",
"underscore": "1.x"
},
"devDependencies": {
"grunt": "1.x",
"grunt-contrib-clean": "2.x",
"grunt-contrib-copy": "1.x",
"grunt-contrib-less": "3.x",
"grunt-contrib-watch": "1.x",
"grunt-exec": "3.x",
"less": "4.x"
}
}