UNPKG

generator-fatarrow

Version:
51 lines (50 loc) 1.01 kB
{ "name": "generator-fatarrow", "version": "2.0.0-alpha1", "description": "Yeoman generator", "author": { "name": "Cary Landholt", "email": "cary@landholt.com", "url": "https://github.com/CaryLandholt" }, "license": "MIT", "repository": { "type": "git", "url": "CaryLandholt/generator-fatarrow" }, "main": "app/index", "keywords": [ "yeoman-generator", "fatarrow", "angular", "angularjs", "seed", "coffeescript", "coffee-script", "ng-classify" ], "engines": { "node": ">=0.10.0" }, "dependencies": { "chalk": "^1.1.1", "coffee-script": "^1.10.0", "fatarrow-ascii-art": "^1.0.0", "underscore": "^1.6.0", "underscore.string": "^3.2.2", "yeoman-generator": "0.20.3", "yo": "^1.4.8" }, "devDependencies": { "conventional-changelog": "^0.4.3", "gulp": "^3.9.0", "gulp-util": "^3.0.0", "mocha": "^2.3.2" }, "scripts": { "test": "mocha" }, "files": [ "generators" ] }