-
Notifications
You must be signed in to change notification settings - Fork 144
/
package.json
46 lines (46 loc) · 1.19 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
46
{
"name": "jsonresume-theme-elegant",
"version": "1.16.1",
"description": "Elegant theme for jsonresume",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mudassir0909/jsonresume-theme-elegant.git"
},
"keywords": [
"jsonresume",
"theme",
"elegant"
],
"author": "Mudassir Ali <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mudassir0909/jsonresume-theme-elegant/issues"
},
"homepage": "https://github.com/mudassir0909/jsonresume-theme-elegant",
"dependencies": {
"gravatar": "^1.0.6",
"handlebars": ">=4.0.14",
"jsonresume-themeutils": "^1.4.3",
"markdown-it": "^6.0.1",
"markdown-it-abbr": "^1.0.3",
"moment": "^2.22.2",
"pug": "^2.0.4",
"resume-schema": "1.0.0",
"tarball-extract": "0.0.3",
"sshpk": ">=1.13.2",
"underscore": "^1.6.0"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-clean": "0.5.x",
"grunt-contrib-copy": "0.4.x",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^0.4.6",
"less": "^3.8.1"
}
}