UNPKG

generator-hilary

Version:

Yeoman generator for projects that use hilary IoC (DI)

14 lines (13 loc) 279 B
{ "name": "<%= projectName %>", "version": "1.0.0", "description": "<%= projectName %>", "main": "startup.js", "scripts": { "start": "node startup", "test": "../build/grunt test" }, "dependencies": { "hilary": "^2.2.4" } }