38 lines
947 B
JSON
38 lines
947 B
JSON
{
|
|
"name": "inf3-recettes",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"autoprefixer": ">=6.5.3",
|
|
"bower": ">=1.5.2",
|
|
"epub-generator": ">=1.0.1",
|
|
"handlebars": ">=3.0.3",
|
|
"handlebars-layouts": ">=3.1.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",
|
|
"metalsmith-permalinks": ">=0.5.0",
|
|
"metalsmith-postcss": ">=4.0.0",
|
|
"moment": ">=2.6.0",
|
|
"underscore": ">=1.8.3"
|
|
},
|
|
"scripts": {
|
|
"build": "node build.js",
|
|
"watch": "npm-watch"
|
|
},
|
|
"watch": {
|
|
"build": {
|
|
"patterns": [
|
|
"recettes/*/*.md"
|
|
],
|
|
"extensions": "hbs,md"
|
|
}
|
|
},
|
|
"license": "MIT"
|
|
}
|