Skip to content

Commit

Permalink
#53 Add missing bower dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Dec 6, 2016
1 parent 02b67d0 commit 99571d0
Showing 1 changed file with 55 additions and 54 deletions.
109 changes: 55 additions & 54 deletions ui/bower.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,57 @@
{
"name": "thehive",
"version": "2.9.2-SNAPSHOT",
"license": "AGPL-3.0",
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-bootstrap": "~0.13.4",
"angular-cookies": "^1.5.8",
"angular-json-human": "~1.2.1",
"angular-markdown-directive": "~0.3.1",
"angular-moment": "~0.10.3",
"angular-resource": "^1.5.8",
"angular-sanitize": "^1.5.8",
"angular-timer": "~1.3.4",
"angular-touch": "^1.5.8",
"angular-ui-router": "~0.3.1",
"animate.css": "~3.5.2",
"bootstrap": "~3.3.7",
"bootstrap-sass-official": "~3.3.7",
"dropzone": "~4.3.0",
"font-awesome": "fontawesome#~4.4.0",
"jquery": "~3.1.0",
"moment": "~2.14.1",
"ng-csv": "~0.3.6",
"ng-tags-input": "~3.1.1",
"roboto-fontface": "~0.5.0",
"smalot-bootstrap-datetimepicker": "2.3.10",
"underscore": "~1.8.3",
"angular-ui-codemirror": "~0.3.0",
"cryptojslib": "~3.1.2",
"angular-ui-notification": "~0.2.0",
"c3": "~0.4.11",
"angular-base64": "~2.0.5",
"css-spaces": "~0.3.5",
"angular-messages": "^1.5.8",
"ng-file-upload-shim": "^12.2.5",
"ng-file-upload": "^12.2.5",
"es5-shim": "^4.5.9",
"es6-shim": "^0.35.1",
"angular-clipboard": "^1.5.0",
"angular-local-storage": "^0.4.0",
"myforce-angularjs-dropdown-multiselect": "^1.10.2",
"angular-markdown-editor-ghiscoding": "^1.0.9",
"angular-highlightjs": "^0.6.2",
"highlight.js.origin": "^9.7.0"
},
"devDependencies": {
"angular-mocks": "^1.5.8"
},
"resolutions": {
"angular": "^1.5.8",
"moment": "~2.14.1",
"jquery": "~3.1.0"
}
"name": "thehive",
"version": "2.9.2-SNAPSHOT",
"license": "AGPL-3.0",
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-bootstrap": "~0.13.4",
"angular-cookies": "^1.5.8",
"angular-json-human": "~1.2.1",
"angular-markdown-directive": "~0.3.1",
"angular-moment": "~0.10.3",
"angular-resource": "^1.5.8",
"angular-sanitize": "^1.5.8",
"angular-timer": "~1.3.4",
"angular-touch": "^1.5.8",
"angular-ui-router": "~0.3.1",
"animate.css": "~3.5.2",
"bootstrap": "~3.3.7",
"bootstrap-sass-official": "~3.3.7",
"dropzone": "~4.3.0",
"font-awesome": "fontawesome#~4.4.0",
"jquery": "~3.1.0",
"moment": "~2.14.1",
"ng-csv": "~0.3.6",
"ng-tags-input": "~3.1.1",
"roboto-fontface": "~0.5.0",
"smalot-bootstrap-datetimepicker": "2.3.10",
"underscore": "~1.8.3",
"angular-ui-codemirror": "~0.3.0",
"cryptojslib": "~3.1.2",
"angular-ui-notification": "~0.2.0",
"c3": "~0.4.11",
"angular-base64": "~2.0.5",
"css-spaces": "~0.3.5",
"angular-messages": "^1.5.8",
"ng-file-upload-shim": "^12.2.5",
"ng-file-upload": "^12.2.5",
"es5-shim": "^4.5.9",
"es6-shim": "^0.35.1",
"angular-clipboard": "^1.5.0",
"angular-local-storage": "^0.4.0",
"myforce-angularjs-dropdown-multiselect": "^1.10.2",
"angular-markdown-editor-ghiscoding": "^1.0.9",
"angular-highlightjs": "^0.6.2",
"highlight.js.origin": "^9.7.0",
"angular-ui-ace": "bower"
},
"devDependencies": {
"angular-mocks": "^1.5.8"
},
"resolutions": {
"angular": "^1.5.8",
"moment": "~2.14.1",
"jquery": "~3.1.0"
}
}

0 comments on commit 99571d0

Please sign in to comment.