generator-yaas-builder-module
Version:
Yeoman generator for creating yaas builder modules
35 lines (34 loc) • 734 B
JSON
{
"name": "generator-yaas-builder-module",
"version": "1.0.1",
"description": "Yeoman generator for creating yaas builder modules",
"license": "MIT",
"main": "app/index.js",
"repository": "nemanja23031991/generator-yaas-builder-module",
"author": {
"name": "Nemanja Popovic",
"email": "nemanja23031991@yahoo.com",
"url": "https://github.com/nemanja23031991"
},
"scripts": {
"test": "mocha"
},
"files": [
"generators"
],
"keywords": [
"yeoman-generator",
"yaas",
"builder module",
"hybris",
"hybris as a service"
],
"dependencies": {
"yeoman-generator": "^0.19.0",
"chalk": "^1.0.0",
"yosay": "^1.0.2"
},
"devDependencies": {
"mocha": "*"
}
}