recettes/package.json

38 lines
936 B
JSON

{
"name": "inf3-recettes",
"version": "0.1.0",
"private": true,
"dependencies": {
"bower": "^1.5.2",
"epub-generator": "^1.0.1",
"handlebars": "^3.0.3",
"handlebars-layouts": "^3.1.0",
"highlight.js": "^9.4.0",
"metalsmith": "^1.0.1",
"metalsmith-collections": "^0.7.0",
"metalsmith-collections-paginate": "^2.0.1",
"metalsmith-filemetadata": "^1.0.0",
"metalsmith-layouts": "^1.6.5",
"metalsmith-markdown": "^0.2.1",
"metalsmith-matters": "^1.2.0",
"metalsmith-pagination": "^1.0.0",
"metalsmith-paths": "^2.1.2",
"moment": "^2.6.0",
"serve": "^1.4.0"
},
"scripts": {
"serve": "serve build -p ${PORT:-3000}",
"build": "node build.js",
"watch": "npm-watch"
},
"watch": {
"build": {
"patterns": ["recettes/*/*.md"],
"extensions": "hbs,md"
}
},
"license": "MIT",
"devDependencies": {
"npm-watch": "^0.1.4"
}
}