1
0
mirror of https://github.com/mxvin/raml2html-printable-theme synced 2020-06-03 18:37:59 +00:00
raml2html-printable-theme/package.json

40 lines
885 B
JSON

{
"name": "raml2html-printable-theme",
"description": "The printable theme used by raml2html based on raml2html-default-theme",
"version": "1.0.1",
"author": {
"name": "Taegyun Sooran Kim",
"email": "t.soorankim@gmail.com"
},
"bugs": {
"url": "https://github.com/mxvin/raml2html-printable-theme/issues"
},
"devDependencies": {
"glob": "7.1.x"
},
"homepage": "https://github.com/mxvin/raml2html-printable-theme",
"keywords": [
"RAML",
"raml2html-theme",
"printable"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mxvin/raml2html-printable-theme.git"
},
"preferGlobal": true,
"files": [
"index.nunjucks",
"resource.nunjucks",
"item.nunjucks",
"examples.nunjucks",
"aside.nunjucks",
"styles.css"
],
"engines": {
"node": ">=4"
},
"dependencies": {}
}