{
  "name": "generator-angular-nmi",
  "version": "2.1.4",
  "description": "Yeoman generator for various AngularJS resources to encourage a common style within a project.",
  "keywords": [
    "yeoman-generator",
    "angular",
    "angularjs",
    "yeoman",
    "generator",
    "styleguide",
    "ng"
  ],
  "author": "Nassos A. Michas <nassosmichas@me.com>",
  "license": "GPL-3.0",
  "bugs": "https://github.com/NMichas/yeoman-generator-angular-nmi/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/NMichas/yeoman-generator-angular-nmi.git"
  },
  "dependencies": {
    "colog": "^1.0.4",
    "i18n": "^0.8.1",
    "mkdirp": "^0.5.1",
    "os-locale": "^1.4.0",
    "yeoman-generator": "^0.24.0"
  },
  "files": [
    "app",
    "base2",
    "base3",
    "constant",
    "controller",
    "factory",
    "module",
    "route-ui",
    "templates",
    "vc",
    "view"
  ],
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.11.9",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.5",
    "mocha-lcov-reporter": "^1.2.0",
    "mocha-sinon": "^1.1.5",
    "sinon": "^1.17.3",
    "temp": "^0.8.3",
    "yeoman-assert": "^2.1.1",
    "yeoman-test": "^1.1.0"
  },
  "scripts": {
    "test": "mocha"
  }
}
