{
  "name": "generator-snow",
  "version": "1.0.3",
  "description": "A yeoman generator for setting up new front-end projects that use Jade, Stylus, and CoffeeScript, using GulpJS, Browserify, and Jasmine. Also support for localised content, components, SVG icons or icon fonts, and responsive images using picturefill.",
  "license": "MIT",
  "main": "app/index.js",
  "repository": "darryl-snow/generator-snow",
  "author": {
    "name": "Darryl Snow",
    "email": "darryl.snow@profero.com",
    "url": "https://github.com/darryl-snow"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "files": [
    "app"
  ],
  "keywords": [
    "yeoman-generator, Jade, Stylus, CoffeeScript, Gulp, GulpJS, Browserify, Jasmine, Component, Localization, SVG, Responsive"
  ],
  "dependencies": {
    "yeoman-generator": "~0.16.0",
    "chalk": "~0.4.0"
  },
  "devDependencies": {
    "mocha": "*"
  },
  "peerDependencies": {
    "yo": ">=1.0.0"
  }
}
