UNPKG

grunt-init-assemble

Version:
51 lines (50 loc) 1.04 kB
{ "name": "grunt-init-assemble", "version": "0.4.1", "description": "Initialize new Assemble projects.", "homepage": "https://github.com/assemble/assemble/", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "licenses": [ { "type": "MIT", "url": "http://opensource.org/licenses/MIT" } ], "repository": { "type": "git", "url": "git://github.com/assemble/grunt-init-assemble.git" }, "bugs": { "url": "https://github.com/assemble/grunt-init-assemble/issues" }, "main": "template.js", "engines": { "node": ">= 0.8.0" }, "dependencies": { "assemble": "~0.4.0", "grunt": "~0.4.1", "lodash": "~1.3.1", "grunt-readme": "~0.1.4" }, "keywords": [ "assemble", "generator", "grunt handlebars", "grunt init", "grunt plugin", "grunt task", "grunt templates", "gruntplugin", "handlebars", "init", "markdown", "site generator", "yeoman generator", "yeoman", "yo" ] }