nonscollectif-org/package.json

18 lines
512 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "nous-toustes",
"version": "0.0.1",
"description": "Rétablissons la vérité sur linstruction 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"
}
}