24 lines
470 B
JSON
24 lines
470 B
JSON
{
|
|
"name": "qwik-cms",
|
|
"version": "0.0.1",
|
|
"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": {
|
|
"express": "^4.17.1",
|
|
"nunjucks": "^3.2.3"
|
|
}
|
|
}
|