UNPKG

generator-hilary

Version:

Yeoman generator for projects that use hilary IoC (DI)

15 lines (14 loc) 315 B
{ "name": "<%= projectName %>-build", "version": "1.0.0", "description": "grunt build tasks for <%= projectName %>", "main": "gruntfile.js", "scripts": { "test": "grunt test" }, "dependencies": { "grunt": "*", "grunt-mocha-test": "*", "chai": "*" } }