-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 861 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
27
28
29
30
31
32
33
34
35
36
37
{
"name": "jsonresume-theme-bluewhale-fr",
"version": "0.2.0",
"description": "A JSON Resume theme built with bootstrap, in french",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "M. Adam Kendall",
"contributors": [
{
"name": "Eyap53",
"url": "https://github.com/Eyap53"
}
],
"license": "MIT",
"dependencies": {
"gravatar": "^1.0.6",
"lodash": "^4.17.13",
"mustache": "^2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Eyap53/jsonresume-theme-bluewhale-fr.git"
},
"keywords": [
"json",
"jsonresume",
"theme",
"blue",
"fr"
],
"bugs": {
"url": "https://github.com/Eyap53/jsonresume-theme-bluewhale-fr/issues"
},
"homepage": "https://github.com/Eyap53/jsonresume-theme-bluewhale-fr"
}