-
Notifications
You must be signed in to change notification settings - Fork 144
/
Copy pathpackage.json
45 lines (45 loc) · 1.18 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",
"version": "1.7.11",
"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 <mudassir.dev@gmail.com>",
"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": "^2.0.0-alpha.4",
"jsonresume-themeutils": "^1.3.2",
"markdown-it": "^6.0.1",
"markdown-it-abbr": "^1.0.3",
"moment": "^2.8.1",
"pug": "^2.0.0-beta6",
"resume-schema": "0.0.16",
"tarball-extract": "0.0.3",
"underscore": "^1.6.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"less": "^1.7.5",
"grunt-contrib-clean": "0.5.x",
"grunt-contrib-copy": "0.4.x",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6"
}
}