forked from cob0/enectiva-faq
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.17 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
{
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-open": "^0.2.3",
"grunt-shell": "^2.1.0",
"string": "^3.3.3",
"toml": "^2.3.2"
},
"name": "faq.enectiva.cz",
"description": "Enectiva FAQ is using [Hugo](https://gohugo.io/). In this site, we can view how to use Hugo: [https://gohugo.io/overview/usage/](https://gohugo.io/overview/usage/) Actually, we are using Hugo v.0.20.6, [lunrjs v2.0.3](https://github.com/olivernn/lunr.js), [horsey v4.2.2](https://bevacqua.github.io/horsey/) and [jQuery v3.2.1](https://bevacqua.github.io/horsey/)",
"version": "1.0.0",
"main": "Gruntfile.js",
"dependencies": {
"load-grunt-tasks": "^3.5.2",
"lunr-hugo": "^0.1.2"
},
"scripts": {
"test": "sudo grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/josecobo1/enectiva-faq.git"
},
"keywords": [
"website",
"hugo",
"framework",
"sass",
"js",
"json",
"lunr"
],
"author": "josecobo1",
"license": "ISC",
"bugs": {
"url": "https://github.com/josecobo1/enectiva-faq/issues"
},
"homepage": "https://github.com/josecobo1/enectiva-faq#readme"
}