aboutsummaryrefslogtreecommitdiffstats
path: root/d2ice.att.io/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'd2ice.att.io/bower.json')
-rwxr-xr-xd2ice.att.io/bower.json56
1 files changed, 56 insertions, 0 deletions
diff --git a/d2ice.att.io/bower.json b/d2ice.att.io/bower.json
new file mode 100755
index 00000000..3a0c5e83
--- /dev/null
+++ b/d2ice.att.io/bower.json
@@ -0,0 +1,56 @@
+{
+ "name": "ice",
+ "version": "0.0.0",
+ "dependencies": {
+ "angular": "1.5.0",
+ "bootstrap": "3.2.0",
+ "angular-ui-router": "0.3.0",
+ "angular-animate": "1.5.0",
+ "angular-bootstrap": "1.3.3",
+ "moment": "momentjs#2.17.0",
+ "angular-sanitize": "1.5.0",
+ "angular-wysiwyg": "git://github.com/TerryMooreII/angular-wysiwyg.git#master",
+ "moment-timezone": "0.5.10",
+ "angular-utils": "michaelbromley/angularUtils-pagination",
+ "angular-ui-select": "0.19.6",
+ "angular-bootstrap-multiselect": "edgargonzalez525/angular-bootstrap-multiselect",
+ "bootstrap-ui-datetime-picker": "2.4.3",
+ "angular-material": "1.1.1",
+ "angular-toArrayFilter": "1.0.1",
+ "ng-intl-tel-input": "2.0.0",
+ "angular-aria": "1.5.0",
+ "angular-cookies": "1.5.0",
+ "angular-mocks": "1.5.0",
+ "angular-messages": "1.5.0",
+ "angular-file-saver": "1.1.3",
+ "animate.css": "3.5.2",
+ "lodash": "4.17.4",
+ "angular-ui-sortable": "0.16.1",
+ "ng-i18next": "1.0.4",
+ "i18next-xhr-backend": "1.4.2"
+ },
+ "appPath": "app",
+ "moduleName": "iceApp",
+ "overrides": {
+ "bootstrap": {
+ "main": [
+ "less/bootstrap.less",
+ "dist/css/bootstrap.css",
+ "dist/js/bootstrap.js"
+ ]
+ },
+ "angular-wysiwyg": {
+ "main": "./dist/angular-wysiwyg.js"
+ },
+ "ng-intl-tel-input": {
+ "main": [
+ "./dist/ng-intl-tel-input.js",
+ "../intl-tel-input/build/js/utils.js"
+ ]
+ }
+ },
+ "resolutions": {
+ "angular": "1.5.0",
+ "jquery": ">=1.7"
+ }
+}