PageRenderTime 40ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/app/templates/_bower.json

https://gitlab.com/javajamesb08/generator-angular-fullstack
JSON | 24 lines | 24 code | 0 blank | 0 comment | 0 complexity | e7e192d67ce1189d75bc99ffed934839 MD5 | raw file
  1. {
  2. "name": "<%= _.slugify(_.humanize(appname)) %>",
  3. "version": "0.0.0",
  4. "dependencies": {
  5. "angular": ">=1.2.*",
  6. "json3": "~3.3.1",
  7. "es5-shim": "~3.0.1",<% if(filters.bootstrap) { %><% if (filters.sass) { %>
  8. "bootstrap-sass-official": "~3.1.1",<% } %>
  9. "bootstrap": "~3.1.1",<% } %>
  10. "angular-resource": ">=1.2.*",
  11. "angular-cookies": ">=1.2.*",
  12. "angular-sanitize": ">=1.2.*",<% if(filters.ngroute) { %>
  13. "angular-route": ">=1.2.*",<% } %><% if(filters.uibootstrap) { %>
  14. "angular-bootstrap": "~0.11.0",<% } %>
  15. "font-awesome": ">=4.1.0",
  16. "lodash": "~2.4.1"<% if(filters.socketio) { %>,
  17. "angular-socket-io": "~0.6.0"<% } %><% if(filters.uirouter) { %>,
  18. "angular-ui-router": "~0.2.10"<% } %>
  19. },
  20. "devDependencies": {
  21. "angular-mocks": ">=1.2.*",
  22. "angular-scenario": ">=1.2.*"
  23. }
  24. }