{
  "name": "generator-angular2-with-router",
  "version": "0.0.7",
  "description": "A simple angular2 application having 3 pages with angular2 in build router to navigate between pages. It have all basic functionality which a standard angualr2 application needed. ",
  "homepage": "https://github.com/aniruddhadas9/generator-angular2-with-router",
  "author": {
    "name": "aniruddha das",
    "email": "aniruddhadas9@gmail.com",
    "url": "https://github.com/aniruddhadas9/generator-angular2-with-router"
  },
  "files": [
    "generators"
  ],
  "main": "generators/index.js",
  "keywords": [
    "angular2",
    "angular2-router",
    "yeoman-generator"
  ],
  "dependencies": {
    "yeoman-generator": "^0.23.0",
    "chalk": "^1.0.0",
    "yosay": "^1.0.0"
  },
  "devDependencies": {
    "yeoman-test": "^1.0.0",
    "yeoman-assert": "^2.0.0",
    "eslint": "^3.1.1",
    "eslint-config-xo-space": "^0.14.0",
    "gulp": "^3.9.0",
    "gulp-eslint": "^2.0.0",
    "gulp-exclude-gitignore": "^1.0.0",
    "gulp-line-ending-corrector": "^1.0.1",
    "gulp-istanbul": "^1.0.0",
    "gulp-mocha": "^2.0.0",
    "gulp-plumber": "^1.0.0",
    "gulp-nsp": "^2.1.0",
    "gulp-coveralls": "^0.1.0"
  },
  "eslintConfig": {
    "extends": "xo-space",
    "env": {
      "mocha": true
    }
  },
  "repository": "aniruddhadas9/generator-angular2-with-router",
  "scripts": {
    "prepublish": "gulp prepublish",
    "test": "gulp"
  },
  "license": "Apache-2.0"
}
