cdcm
Version:
Community driven content management. Content stored in a directories composed of json, markdown, and images.
32 lines (31 loc) • 772 B
JSON
{
"name": "cdcm",
"version": "0.0.4",
"description": "Community driven content management. Content stored in a directories composed of json, markdown, and images.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iambriansreed/cdcm.git"
},
"keywords": [
"Community",
"driven",
"content",
"management"
],
"author": "iambriansreed",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/iambriansreed/cdcm/issues"
},
"homepage": "https://github.com/iambriansreed/cdcm#readme",
"dependencies": {
"adm-zip": "^0.4.7",
"fs-extra": "^3.0.0",
"marked": "^0.3.6",
"request": "^2.81.0"
}
}