container-generator
Version:
Bootstrap Container Generator
28 lines (27 loc) • 825 B
JSON
{
"name": "container-generator",
"version": "1.28.0",
"description": "Bootstrap Container Generator",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"save": "git add .; git commit -m 'New Release'; git push; npm version patch; npm publish; git push;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fantasyui-com/container-generator.git"
},
"keywords": [],
"author": "fantasyui.com <fantasyui.com@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/fantasyui-com/container-generator/issues"
},
"homepage": "https://github.com/fantasyui-com/container-generator#readme",
"dependencies": {
"bootstrap-faker": "^1.3.0",
"handlebars": "^4.7.2",
"oneof": "^1.1.0"
},
"devDependencies": {}
}