{
  "name" : "generator-wdj-sap",
  "version" : "0.0.1",
  "description" : "A generator for Yeoman serve the people in Wandou Labs",
  "homepage" : "https://github.com/wandoulabs/generator-wdj-sap",
  "bugs" : "https://github.com/wandoulabs/generator-wdj-sap/issues",
  "author" : {
    "name" : "Wangye Zhao",
    "email" : "wangye.zhao@wandoujia.com",
    "url": "https://github.com/wandoulabs"
  },
  "main" : "app/index.js",
  "repository" : {
    "type" : "git",
    "url" : "git://github.com/wandoulabs/generator-wdj-sap.git"
  },
  "scripts" : {
    "test": "mocha"
  },
  "dependencies" : {
    "yeoman-generator" : "0.21.1"
  },
  "devDependencies" : {
    "grunt" : "0.4.5",
    "grunt-bump" : "0.0.13",
    "grunt-conventional-changelog" : "1.1.0",
    "matchdep" : "0.3.0"
  },
  "peerDependencies" : {
    "yo": ">=1.0.0-rc.1"
  },
  "engines" : {
    "node" : ">=0.8.0",
    "npm" : ">=1.2.10"
  },
  "license" : "MIT"
}
