generator-stui5
Version:
UI5 boilerplate generator with Yeoman.io
32 lines (31 loc) • 677 B
JSON
{
"name": "generator-stui5",
"version": "0.1.2",
"description": "UI5 boilerplate generator with Yeoman.io",
"files": [
"generators"
],
"keywords": [
"yeoman-generator",
"SAP",
"UI5",
"boilerplate",
"template"
],
"dependencies": {
"yeoman-generator": "^1.0.0",
"ramda": "^0.24.1",
"generator-git-init": "1.1.3",
"underscore.string": "^3.3.4"
},
"homepage": "https://github.com/stu-b-doo/generator-stui5",
"author": {
"name": "Stuart Bell",
"url": "https://github.com/stu-b-doo"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/stu-b-doo/generator-stui5.git"
}
}