17 lines
389 B
JSON
17 lines
389 B
JSON
|
{
|
||
|
"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",
|
||
|
"build": "hugo -D --minify",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "Simon <simon@lamelio.fr>",
|
||
|
"license": "GPL-3.0"
|
||
|
}
|