19 lines
512 B
JSON
19 lines
512 B
JSON
{
|
||
"name": "nous-toustes",
|
||
"version": "0.0.1",
|
||
"description": "Rétablissons la vérité sur l’instruction en famille",
|
||
"main": "index.js",
|
||
"repository": "git@framagit.org:jalil/nous-toustes.git",
|
||
"author": "Jalil Arfaoui <jalil@arfaoui.net>",
|
||
"license": "MIT",
|
||
"scripts": {
|
||
"clean": "rm -rf _site",
|
||
"dev": "yarn clean && eleventy --serve",
|
||
"build": "yarn clean && eleventy"
|
||
},
|
||
"devDependencies": {
|
||
"@11ty/eleventy": "^1.0.1",
|
||
"@11ty/eleventy-navigation": "^0.3.3"
|
||
}
|
||
}
|