@kldit/cms
Version:
A CMS Framework for @kldit/mvc
35 lines (34 loc) • 716 B
JSON
{
"name": "@kldit/cms",
"version": "1.0.1",
"description": "A CMS Framework for @kldit/mvc",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kldit/cms.git"
},
"keywords": [
"CMS",
"Webservice",
"kldit"
],
"author": "Orlando Leite",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/kldit/cms/issues"
},
"homepage": "https://github.com/kldit/cms#readme",
"dependencies": {
"@kldit/mvc": "^1.1.0",
"gm": "^1.23.1",
"js-yaml": "^3.12.0",
"mql-mysql": "^1.0.21",
"sha1": "^1.1.1"
}
}