{
  "name": "generator-ams",
  "version": "1.8.3",
  "description": "Angular Modular Structure",
  "license": "MIT",
  "author": "soushians noorghorbani <snoorghorbani@gmail.com> (www.soushians.ir)",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/snoorghorbani/generator-ams/issues"
  },
  "homepage": "https://github.com/snoorghorbani/generator-ams#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/snoorghorbani/generator-ams.git"
  },
  "keywords": [
    "yeoman-generator",
    "angular",
    "modular",
    "file structure"
  ],
  "main": "generators/module/index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "generators",
	"templates"
  ],
  "dependencies": {
	"yo":"*",
	"inquirer":"0.4.1",
	"underscore":"1.5.2",
    "chalk": "~0.4.0",
    "github-download": "^0.5.0",
    "jsonfile": "^2.3.1",
    "mv": "^2.1.1",
    "ncp": "^2.0.0",
    "underscore.string": "^2.3.3",
    "yeoman-generator": "~0.16.0",
    "yosay": "^0.1.0"
  },
  "devDependencies": {
    "mocha": "*"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  }
}
