generator-cloudcms
Version:
A generator for bootstrapping a new Cloud CMS project for a client engagement.
22 lines (21 loc) • 580 B
JSON
{
"name": "importer",
"version": "1.0.0",
"description": "Import content model and migrated content into Cloud CMS",
"main": "app-categories.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harrymoore/cloudcms-dvor.git"
},
"author": "Harry Moore",
"license": "ISC",
"homepage": "https://github.com/harrymoore/cloudcms-dvor#README.md",
"dependencies": {
"cloudcms-packager": "^1.0.4",
"convert-excel-to-json": "^1.7.0",
"dotenv": "^8.2.0"
}
}