nonscollectif-org/package.json

18 lines
455 B
JSON
Raw Normal View History

2022-06-26 20:15:34 +00:00
{
"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": {
2022-06-27 00:06:32 +00:00
"dev": "eleventy --serve",
"build": "eleventy"
2022-06-26 20:15:34 +00:00
},
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
"@11ty/eleventy-navigation": "^0.3.3"
2022-06-26 20:15:34 +00:00
}
}