editoria-templates
Version:
Template collection for Editoria
31 lines (30 loc) • 696 B
JSON
{
"name": "editoria-templates",
"version": "1.0.0",
"description": "Template collection for Editoria",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node postinstall"
},
"repository": {
"type": "git",
"url": "git@gitlab.coko.foundation:editoria/editoria-templates.git"
},
"keywords": [
"templates",
"css",
"pagedjs",
"epub"
],
"author": "Alexandros Georgantas",
"license": "MIT",
"dependencies": {
"@pubsweet/logger": "^0.2.41",
"config": "^3.3.0",
"editoria-data-model": "^0.3.3",
"fs-extra": "^8.1.0",
"lodash": "^4.17.15",
"mime-types": "^2.1.26"
}
}