UNPKG

generator-zf5

Version:
39 lines (38 loc) 849 B
{ "name": "generator-zf5", "version": "1.0.0", "description": "Yeoman generator for Zurb Foundation 5", "license": "MIT", "main": "app/index.js", "repository": "juliancwirko/generator-zf5", "homepage": "https://github.com/juliancwirko/generator-zf5", "bugs": "https://github.com/juliancwirko/generator-zf5/issues", "author": { "name": "Julian", "email": "Ćwirko", "url": "https://github.com/juliancwirko" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "files": [ "app" ], "keywords": [ "yeoman-generator", "foundation5", "zurb", "foundation", "sass", "scss" ], "dependencies": { "yeoman-generator": "~0.20.3", "chalk": "~1.1.1", "mkdirp": "~0.5.1" }, "devDependencies": { "mocha": "*" }, "peerDependencies": { "yo": "~1.4.8" } }