29 lines
610 B
JSON
29 lines
610 B
JSON
|
{
|
||
|
"name": "qwik-cms",
|
||
|
"version": "1.2.0",
|
||
|
"description": "A dead simple CMS. No bullshit.",
|
||
|
"main": "index.js",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://git.qwik.space/BurnyLlama/qwik-cms"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"cms"
|
||
|
],
|
||
|
"author": "BurnyLlama",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"chokidar": "^3.5.2",
|
||
|
"express": "^4.17.1",
|
||
|
"highlight.js": "^11.2.0",
|
||
|
"jsdom": "^16.7.0",
|
||
|
"marked": "^2.1.3",
|
||
|
"nunjucks": "^3.2.3",
|
||
|
"nunjucks-markdown": "^2.0.1"
|
||
|
}
|
||
|
}
|