forked from mudassir0909/jsonresume-theme-elegant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "jsonresume-theme-elegant-zh-hant",
"version": "1.0.1",
"description": "Fork of Elegant theme for jsonresume in Chinese",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/cslin0915/jsonresume-theme-elegant-zh-hant"
},
"keywords": [
"jsonresume",
"theme",
"elegant_fork"
],
"author": "Chih-Sheng Lin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cslin0915/jsonresume-theme-elegant-zh-hant/issues"
},
"homepage": "https://github.com/cslin0915/jsonresume-theme-elegant-zh-hant",
"dependencies": {
"gravatar": "^1.0.6",
"handlebars": "^2.0.0-alpha.4",
"jade": "^1.11.0",
"jsonresume-themeutils": "^1.1.2",
"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"
}
}