nonscollectif-org/package.json

19 lines
501 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",
2022-06-27 00:21:50 +00:00
"@11ty/eleventy-navigation": "^0.3.3",
"eleventy-filter-relative-url": "^0.2.1"
2022-06-26 20:15:34 +00:00
}
}