From 0cf6b232ac9cf128ee9183a27c08f4f74ab2e2e6 Mon Sep 17 00:00:00 2001 From: grakiss Date: Thu, 28 Sep 2017 03:47:54 -0400 Subject: add api&web services for cvp JIRA: DOVETAIL-512 add api&web services for cvp Change-Id: I9ef9525e980fe61dc3108035ef9a3ff8783b2697 Signed-off-by: grakiss --- .../assets/lib/angular-resource/.bower.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 cvp/3rd_party/static/testapi-ui/assets/lib/angular-resource/.bower.json (limited to 'cvp/3rd_party/static/testapi-ui/assets/lib/angular-resource/.bower.json') diff --git a/cvp/3rd_party/static/testapi-ui/assets/lib/angular-resource/.bower.json b/cvp/3rd_party/static/testapi-ui/assets/lib/angular-resource/.bower.json new file mode 100644 index 00000000..d17186d5 --- /dev/null +++ b/cvp/3rd_party/static/testapi-ui/assets/lib/angular-resource/.bower.json @@ -0,0 +1,19 @@ +{ + "name": "angular-resource", + "version": "1.3.15", + "main": "./angular-resource.js", + "ignore": [], + "dependencies": { + "angular": "1.3.15" + }, + "homepage": "https://github.com/angular/bower-angular-resource", + "_release": "1.3.15", + "_resolution": { + "type": "version", + "tag": "v1.3.15", + "commit": "4cc3a759e2077f27aafb273a4a4929241aae1fd6" + }, + "_source": "https://github.com/angular/bower-angular-resource.git", + "_target": "1.3.15", + "_originalSource": "angular-resource" +} \ No newline at end of file -- cgit 1.2.3-korg