21 lines
448 B
JSON
21 lines
448 B
JSON
{
|
|
"name": "site",
|
|
"version": "1.0.0",
|
|
"description": "deuxfleurs.fr",
|
|
"main": "render.js",
|
|
"dependencies": {
|
|
"jstransformer-markdown-it": "^2.1.0",
|
|
"marked": "^0.8.0",
|
|
"pug": "^2.0.4"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.deuxfleurs.fr:Deuxfleurs/site.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|