forked from mudassir0909/jsonresume-theme-elegant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.25 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-simplyelegant",
"version": "1.7.2",
"description": "SimplyElegant theme for jsonresume (fork of jsonresume-theme-elegant)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/skoberlink/jsonresume-theme-simplyelegant.git"
},
"keywords": [
"jsonresume",
"theme",
"elegant",
"simply"
],
"author": "Skoberlink <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/skoberlink/jsonresume-theme-simplyelegant/issues"
},
"homepage": "https://github.com/skoberlink/jsonresume-theme-simplyelegant",
"dependencies": {
"gravatar": "^1.0.6",
"handlebars": "^2.0.0-alpha.4",
"jade": "^1.11.0",
"jsonresume-themeutils": "^1.3.2",
"markdown-it": "^6.0.1",
"markdown-it-abbr": "^1.0.3",
"moment": "^2.8.1",
"resume-schema": "0.0.15",
"tarball-extract": "0.0.3",
"underscore": "^1.6.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"grunt-contrib-copy": "0.4.x",
"grunt-contrib-clean": "0.5.x",
"less": "^1.7.5"
}
}