generator-hilary
Version:
Yeoman generator for projects that use hilary IoC (DI)
34 lines (33 loc) • 697 B
JSON
{
"name": "generator-hilary",
"version": "1.9.1",
"description": "Yeoman generator for projects that use hilary IoC (DI)",
"keywords": [
"yeoman-generator",
"hilary",
"dependency",
"injection",
"injector",
"inversion",
"control",
"IoC",
"DI",
"node",
"javascript",
"autowire",
"configuration",
"low",
"ceremony"
],
"author": "Andy Wright <andes.collab@gmail.com> (https://github.com/losandes)",
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"yeoman-generator": "^0.20.1",
"yosay": "^1.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/losandes/generator-hilary.git"
}
}