forked from arw180/jsonresume-theme-compact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 744 Bytes
/
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
{
"name": "jsonresume-theme-compact-pt-br",
"version": "1.0.7",
"description": "A JSON Resume theme for a compact look in portuguese (brazil)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "@GustavoRPS",
"license": "MIT",
"dependencies": {
"handlebars": "^2.0.0-alpha.4",
"moment": "^2.8.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gustavorps/jsonresume-theme-compact-pt-br.git"
},
"keywords": [
"json", "jsonresume", "theme", "compact"
],
"bugs": {
"url": "https://github.com/gustavorps/jsonresume-theme-compact-pt-br/issues"
},
"homepage": "https://github.com/gustavorps/jsonresume-theme-compact-pt-br"
}