Blame view

bower.json 2.12 KB
33ee6d0a   Victor Costa   Initial commit
1
2
3
4
{
  "name": "angular",
  "version": "0.0.0",
  "dependencies": {
535ae571   Victor Costa   Upgrade to angula...
5
6
7
8
9
10
11
12
    "angular-animate": "~1.5.0",
    "angular-cookies": "~1.5.0",
    "angular-touch": "~1.5.0",
    "angular-sanitize": "~1.5.0",
    "angular-messages": "~1.5.0",
    "angular-aria": "~1.5.0",
    "restangular": "~1.5.2",
    "angular-ui-router": "~0.2.18",
2f686250   Victor Costa   Set bootstrap theme
13
    "bootstrap-sass": "~3.3.6",
50f5272e   Michel Felipe   Update angular-bo...
14
    "angular-bootstrap": "~1.1.0",
33ee6d0a   Victor Costa   Initial commit
15
    "malarkey": "yuanqing/malarkey#~1.3.1",
535ae571   Victor Costa   Upgrade to angula...
16
    "angular-toastr": "~1.7.0",
33ee6d0a   Victor Costa   Initial commit
17
18
    "moment": "~2.10.6",
    "animate.css": "~3.4.0",
535ae571   Victor Costa   Upgrade to angula...
19
    "angular": "~1.5.0",
4ac4b39b   Victor Costa   Try to authentica...
20
    "font-awesome": "fontawesome#~4.5.0",
2f686250   Victor Costa   Set bootstrap theme
21
    "ngstorage": "~0.3.10",
6d1f74ab   Victor Costa   Add profile info ...
22
    "bootswatch": "~3.3.6",
74e34a11   Victor Costa   Change locale of ...
23
    "angular-moment": "~1.0.0-beta.4",
461aaa50   Victor Costa   Improve truncate ...
24
    "lodash": "3.10.1",
aa8711cd   Victor Costa   Add recent docume...
25
    "angular-filter": "~0.5.8",
016d2889   Victor Costa   Use angular timel...
26
    "angular-deckgrid": "~0.5.0",
335af8a0   Victor Costa   Smoth scrolling
27
    "angular-timeline": "~1.6.2",
58acca9a   Victor Costa   Add message feedb...
28
    "angular-scroll": "~1.0.0",
535ae571   Victor Costa   Upgrade to angula...
29
    "ngSweetAlert": "angular-sweetalert#~1.1.0",
9b46bb13   Victor Costa   Use angular-trans...
30
31
32
    "angular-mocks": "^1.5.0",
    "angular-translate": "^2.10.0",
    "angular-translate-loader-static-files": "^2.10.0",
08a6c237   Victor Costa   Keep the last lan...
33
34
    "angular-translate-handler-log": "^2.10.0",
    "angular-dynamic-locale": "^0.1.30",
74e34a11   Victor Costa   Change locale of ...
35
    "angular-i18n": "^1.5.0",
ae4699f3   Victor Costa   Use messageformat...
36
    "angular-load": "^0.4.1",
ed34cf65   Victor Costa   Support ckeditor ...
37
    "angular-translate-interpolation-messageformat": "^2.10.0",
bbeb5848   Ábner Oliveira   changing designMo...
38
39
40
    "angular-bind-html-compile": "^1.2.1",
    "angular-click-outside": "^2.7.1",
    "ng-ckeditor": "^0.2.1",
0a0686be   Michel Felipe   Refactor the 'Pro...
41
    "angular-bootstrap-toggle-switch": "^0.5.6"
224b593d   Michel Felipe   Added module 'ang...
42
  },
07858dff   Carlos Purificação   Initial implement...
43
44
45
  "devDependencies": {
    "angular-mocks": "~1.5.0"
  },
33ee6d0a   Victor Costa   Initial commit
46
47
  "overrides": {
    "ng-ckeditor": {
5cb6e8a3   Victor Costa   Improve gulp build
48
      "main": [
33ee6d0a   Victor Costa   Initial commit
49
50
        "ng-ckeditor.js",
        "libs/ckeditor/ckeditor.js"
07858dff   Carlos Purificação   Initial implement...
51
52
53
54
55
      ]
    },
    "bootstrap-sass": {
      "main": [
        "assets/stylesheets/_bootstrap.scss",
5cb6e8a3   Victor Costa   Improve gulp build
56
57
58
        "assets/fonts/bootstrap/glyphicons-halflings-regular.eot",
        "assets/fonts/bootstrap/glyphicons-halflings-regular.svg",
        "assets/fonts/bootstrap/glyphicons-halflings-regular.ttf",
a8b16135   Victor Costa   Fix application s...
59
        "assets/fonts/bootstrap/glyphicons-halflings-regular.woff",
5cb6e8a3   Victor Costa   Improve gulp build
60
61
        "assets/fonts/bootstrap/glyphicons-halflings-regular.woff2"
      ]
33ee6d0a   Victor Costa   Initial commit
62
63
64
65
66
67
68
69
70
    },
    "font-awesome": {
      "main": [
        "scss/font-awesome.scss",
        "fonts/*"
      ]
    }
  },
  "resolutions": {
5da123e0   Victor Costa   Fix inclusion of ...
71
72
73
    "angular": "~1.5.0"
  }
}
33ee6d0a   Victor Costa   Initial commit

535ae571   Victor Costa   Upgrade to angula...

33ee6d0a   Victor Costa   Initial commit