{
  "name": "generator-angularfire-express",
  "version": "1.1.2",
  "description": "Yeoman generator for Angular + Firebase(SDK 3.0) + Minimalist Express",
  "keywords": [
    "yeoman-generator",
    "scaffold",
    "framework",
    "component",
    "front-end",
    "app",
    "angular",
    "firebase",
    "express"
  ],
  "author": "matheushf (Based in Kato repo, with thanks to Yeoman and Angular teams)",
  "main": "app/index.js",
  "repository": "matheushf/generator-angularfire-express",
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "chalk": "^1.0.0",
    "wiredep": "^2.2.0",
    "yeoman-generator": "^0.16.0",
    "yosay": "^1.0.2",
    "fs-extra": "^0.30.0",
    "generator-karma": "^2.0.0"
  },
  "peerDependencies": {
    "generator-karma": ">=0.9.0"
  },
  "devDependencies": {
    "angular": "^1.3.0",
    "fs-extra": "^0.30.0",
    "generator-karma": "^2.0.0",
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-conventional-changelog": "^1.1.0",
    "grunt-release": "^0.11.0",
    "load-grunt-tasks": "^3.1.0",
    "mocha": "*",
    "semver": "^4.3.0",
    "underscore.string": "^3.0.3"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "licenses": [
    {
      "type": "BSD"
    }
  ]
}
