-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 1.24 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
{
"name": "laboiteabouillons.fr",
"version": "1.0.0",
"description": "La boite à bouillons. Concentré d'intelligence collective.",
"main": "index.html",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "hugo --environment development --cleanDestinationDir --debug --enableGitInfo --forceSyncStatic --gc --path-warnings --templateMetrics --templateMetricsHints --verbose --baseURL http://163.172.24.53:1313/",
"serve": "hugo serve --disableLiveReload --cleanDestinationDir --debug --enableGitInfo --forceSyncStatic --gc --path-warnings --templateMetrics --templateMetricsHints --verbose --environment development --bind 163.172.24.53 --baseURL http://163.172.24.53:1313/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laboiteabouillons/laboiteabouillons.fr.git"
},
"keywords": [
"La boite à bouillons",
"Hugo website"
],
"author": "Olivier Jullien",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/laboiteabouillons/laboiteabouillons.fr/issues"
},
"homepage": "https://github.com/laboiteabouillons/laboiteabouillons.fr#readme"
}