UNPKG

generator-easy

Version:

An EASY stack generator, Express Angular Stylus Yeoman

58 lines (57 loc) 1.25 kB
{ "name": "generator-easy", "version": "0.0.3", "description": "An EASY stack generator, Express Angular Stylus Yeoman", "keywords": [ "yeoman-generator", "Express Angular Stylus Yeoman", "EASY app", "EASY", "Yeoman", "Styl", "Stylus", "Angular", "Express" ], "homepage": "https://github.com/gdi2290/generator-easyapp", "bugs": "https://github.com/gdi2290/generator-easyapp/issues", "author": { "name": "PatrickJS", "email": "github@gdi2290.com", "url": "https://github.com/gdi2290" }, "main": "app/index.js", "repository": { "type": "git", "url": "git://github.com/gdi2290/generator-easy.git" }, "scripts": { "test": "mocha" }, "dependencies": { "yeoman-generator": "~0.13.0" }, "devDependencies": { "mocha": "~1.12.0", "grunt": "~0.4.1", "grunt-contrib-jshint": "~0.6.0", "grunt-conventional-changelog": "~1.0.0", "marked": "~0.2.8", "semver": "~2.1.0", "grunt-release": "~0.5.1", "load-grunt-tasks": "*" }, "peerDependencies": { "generator-karma": "~0.5.0", "yo": ">=1.0.0-rc.1.1" }, "engines": { "node": ">=0.8.0", "npm": ">=1.2.10" }, "licenses": [ { "type": "MIT" } ] }