{
  "name": "generator-base-angulymerjs",
  "version": "1.2.3",
  "description": "AngularJS with Polymer Webcomponents basic skeleton for webapp development. With RequireJS, Bootstrap, Sass. Also with JSHint and Grunt.",
  "homepage": "",
  "author": {
    "name": "Guillermo de la Iglesia",
    "email": "mail@zguillez.io",
    "url": "https://github.com/zguillez"
  },
  "files": [
    "generators"
  ],
  "main": "generators/index.js",
  "keywords": [
    "yeoman-generator",
    "Angular",
    "Polymer",
    "webcomponents",
    "Jade",
    "Sass",
    "Bootstrap",
    "Jquery",
    "Grunt"
  ],
  "dependencies": {
    "yeoman-generator": "^0.24.1",
    "chalk": "^1.1.3",
    "yosay": "^1.2.0"
  },
  "devDependencies": {
    "yeoman-test": "^1.4.0",
    "yeoman-assert": "^2.2.1",
    "eslint": "^3.3.1",
    "eslint-config-xo-space": "^0.14.0",
    "gulp": "^3.9.1",
    "gulp-eslint": "^3.0.1",
    "gulp-exclude-gitignore": "^1.0.0",
    "gulp-line-ending-corrector": "^1.0.1",
    "gulp-istanbul": "^1.1.0",
    "gulp-mocha": "^3.0.1",
    "gulp-plumber": "^1.1.0",
    "gulp-nsp": "^2.4.2",
    "gulp-coveralls": "^0.1.4",
    "bower": "^1.7.9",
    "connect-livereload": "^0.5.4",
    "grunt": "^1.0.1",
    "grunt-contrib-clean": "~1.0.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-connect": "~1.0.2",
    "grunt-contrib-copy": "~1.0.0",
    "grunt-contrib-jade": "^1.0.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-sass": "~1.0.0",
    "grunt-contrib-uglify": "~2.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-merge-copy": "^1.0.1",
    "grunt-open": "^0.2.3",
    "grunt-reload": "^0.2.0",
    "jade": "^1.11.0",
    "jshint-stylish": "^2.2.1",
    "load-grunt-tasks": "^3.5.2"
  },
  "eslintConfig": {
    "extends": "xo-space",
    "env": {
      "mocha": true
    }
  },
  "repository": "zguillez/generator-base-angulymerjs",
  "scripts": {
    "prepublish": "gulp prepublish",
    "test": "gulp"
  },
  "license": "Apache-2.0"
}
