UNPKG

generator-barry

Version:

A generator for Yeoman. Generator that gives you ability to rapidly scaffold a front-end development app. With Jade and Stylus.

51 lines (50 loc) 1.09 kB
{ "name": "generator-barry", "version": "0.1.11", "description": "A generator for Yeoman. Generator that gives you ability to rapidly scaffold a front-end development app. With Jade and Stylus.", "keywords": [ "yeoman-generator", "barry", "rapid", "webdev", "rapid-development", "fast", "flash", "jade", "stylus", "connect", "awesome", "livereload" ], "homepage": "https://github.com/DKunin/generator-barry", "bugs": "https://github.com/DKunin/generator-barry/issues", "author": { "name": "Dmitri Kunin", "email": "info@dkunin.ru", "url": "https://github.com/DKunin" }, "main": "app/index.js", "repository": { "type": "git", "url": "git://github.com/dkunin/generator-barry.git" }, "dependencies": { "yeoman-generator": ">=0.16.0" }, "devDependencies": { "grunt": "~0.4.2", "grunt-bumpup": ">=0.5.2" }, "peerDependencies": { "yo": ">=1.0.0-rc.1" }, "engines": { "node": ">=0.8.0", "npm": ">=1.2.10" }, "licenses": [ { "type": "MIT" } ] }