{
  "name": "generator-stardust",
  "version": "0.5.0",
  "description": "Generators for Meteor using CoffeeScript.",
  "main": "generators/app/index.js",
  "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },
  "repository": {
    "type": "git",
    "url": "https://github.com/dbackeus/generator-stardust"
  },
  "keywords": ["yeoman-generator", "meteor", "meteorjs", "generator", "coffeescript"],
  "author": {
    "name": "David Backeus",
    "email": "duztdruid@gmail.com",
    "url": "https://github.com/dbackeus"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "generators",
    "lib"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dbackeus/generator-stardust/issues"
  },
  "dependencies": {
    "inflection": "^1.5.1",
    "yeoman-generator": "^0.17.0",
    "chalk": "^0.5.0",
    "yosay": "^0.3.0"
  },
  "peerDependencies": {
    "yo": ">=1.0.0"
  },
  "homepage": "https://github.com/dbackeus/generator-stardust"
}
