summaryrefslogtreecommitdiffstats
path: root/bower.json
diff options
context:
space:
mode:
authorEran (ev672n), Vosk <ev672n@att.com>2018-08-07 14:15:05 +0300
committerEran (ev672n), Vosk <ev672n@att.com>2018-08-07 14:15:05 +0300
commitb9708a7c3cfaf5767992a2b15180e7b85c459242 (patch)
tree076e19ea52232232e9060a9d7e074947a4a49508 /bower.json
parentcc32bd38d72e5c1c92048657083952d3e45c1819 (diff)
adding the dcae dt code
Adding DCAE-dt code Change-Id: Id6b779db9d24e10825fb97ad5fd46f41e65e6738 Issue-ID: SDC-1614 Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..6d795a1
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,24 @@
+{
+ "name": "dcaeapp",
+ "version": "0.0.0",
+ "dependencies": {
+ "jquery": "2.2.4",
+ "angular": "1.4.0",
+ "bootstrap": "3.3.4",
+ "angular-ui-router": "0.3.0"
+ },
+ "devDependencies": {
+ "angular-mocks": "1.4.0"
+ },
+ "appPath": "app",
+ "moduleName": "dcaeApp",
+ "overrides": {
+ "bootstrap": {
+ "main": [
+ "less/bootstrap.less",
+ "dist/css/bootstrap.css",
+ "dist/js/bootstrap.js"
+ ]
+ }
+ }
+}