@becomes/cms-bundler
Version:
Bundler package for the BCMS
26 lines • 567 B
JSON
{
"name": "@becomes/cms-bundler",
"version": "2.0.8",
"description": "Bundler package for the BCMS",
"author": "becomes.co",
"license": "MIT",
"main": "index.js",
"dependencies": {
"arg": "^4.1.3",
"fs-extra": "^8.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/becomesco/cms-bundler.git"
},
"bin": {
"bcms": "bin/bcms.js"
},
"keywords": [
"bcms"
],
"bugs": {
"url": "https://github.com/becomesco/cms-bundler/issues"
},
"homepage": "https://github.com/becomesco/cms-bundler#readme"
}