{ "name": "inf3-recettes", "version": "0.1.0", "private": true, "dependencies": { "autoprefixer": "^9.6.1", "epub-generator": "^1.0.1", "handlebars": "^4.4.0", "handlebars-layouts": "^3.1.0", "jstransformer-handlebars": "^1.1.0", "metalsmith": "^2.3.0", "metalsmith-collections": "^0.9.0", "metalsmith-discover-partials": "^0.1.2", "metalsmith-filemetadata": "^1.0.0", "metalsmith-layouts": "^2.3.1", "metalsmith-markdown": "^1.2.0", "metalsmith-matters": "^1.2.0", "metalsmith-pagination": "^1.4.1", "metalsmith-paths": "^3.0.1", "metalsmith-permalinks": "^2.2.0", "metalsmith-postcss": "^4.2.0", "moment": "^2.24.0", "underscore": "^1.9.1" }, "scripts": { "build": "node build.js", "watch": "npm-watch" }, "watch": { "build": { "patterns": [ "recettes/*/*.md" ], "extensions": "hbs,md" } }, "license": "MIT" }