{
  "name": "generator-angular-jade-stylus",
  "version": "0.8.8",
  "description": "Yeoman generator for AngularJS with Jade and Stylus",
  "keywords": [
    "yeoman-generator",
    "scaffold",
    "framework",
    "component",
    "front-end",
    "app",
    "angular",
    "jade",
    "stylus"
  ],
  "author": "Chai Yu Pai",
  "main": "app/index.js",
  "repository": "fantasywind/generator-angular-jade-stylus",
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "chalk": "~0.4.0",
    "wiredep": "~1.0.0",
    "yeoman-generator": "~0.16.0"
  },
  "peerDependencies": {
    "generator-karma": ">=0.6.0",
    "yo": ">=1.0.0"
  },
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-conventional-changelog": "~1.1.0",
    "grunt-release": "~0.6.0",
    "load-grunt-tasks": "~0.3.0",
    "marked": "~0.2.8",
    "mocha": "*",
    "semver": "~2.2.1",
    "underscore.string": "~2.3.1"
  },
  "engines": {
    "node": ">=0.10.0",
    "npm": ">=1.2.10"
  },
  "licenses": [
    {
      "type": "BSD"
    },
    {
      "type": "MIT"
    }
  ]
}
