17 lines
381 B
JSON
17 lines
381 B
JSON
|
|
{
|
||
|
|
"name": "o-k-i.net-v2",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Site web de l'Organisation Ka Internationale (OKI) - V2",
|
||
|
|
"scripts": {
|
||
|
|
"start": "eleventy --serve",
|
||
|
|
"build": "eleventy",
|
||
|
|
"clean": "rm -rf _site"
|
||
|
|
},
|
||
|
|
"keywords": [],
|
||
|
|
"author": "Organisation Ka Internationale",
|
||
|
|
"license": "AGPL-3.0",
|
||
|
|
"devDependencies": {
|
||
|
|
"@11ty/eleventy": "^3.1.2"
|
||
|
|
}
|
||
|
|
}
|