2020-02-11 09:02:51 +01:00
|
|
|
{
|
|
|
|
"name": "histoiredunpied",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "Source code of histoiredunpied.com",
|
|
|
|
"main": "index.js",
|
|
|
|
"dependencies": {
|
|
|
|
"spectre.css": "0.5.8"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "hugo server -D",
|
2020-02-14 16:40:46 +01:00
|
|
|
"build": "rm -rf public && hugo -D --minify",
|
|
|
|
"favicon": "convert static/icon.png -resize 32x32 -colors 16 \\( -clone 0 -resize 16x16 -extent 16x16 \\) \\( -clone 0 -resize 32x32 -extent 32x32 \\) -delete 0 static/favicon.ico",
|
|
|
|
"deploy": "docker-compose up -d --build",
|
2020-02-11 09:02:51 +01:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "Simon <simon@lamelio.fr>",
|
|
|
|
"license": "GPL-3.0"
|
|
|
|
}
|