From ea506ea4aa4306bd594d747455291b18a030aa4e Mon Sep 17 00:00:00 2001 From: zhangab Date: Wed, 9 May 2018 22:02:56 +0800 Subject: add angularJs component Change-Id: I41eb4950a7ee3b1b4f306681824f6035c624d485 Issue-ID: USECASEUI-113 Signed-off-by: zhangab --- .../webapp/app/fusion/external/jquery/.bower.json | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 usecaseui-common/src/main/webapp/app/fusion/external/jquery/.bower.json (limited to 'usecaseui-common/src/main/webapp/app/fusion/external/jquery/.bower.json') diff --git a/usecaseui-common/src/main/webapp/app/fusion/external/jquery/.bower.json b/usecaseui-common/src/main/webapp/app/fusion/external/jquery/.bower.json new file mode 100644 index 00000000..25f5cf87 --- /dev/null +++ b/usecaseui-common/src/main/webapp/app/fusion/external/jquery/.bower.json @@ -0,0 +1,25 @@ +{ + "name": "jquery", + "main": "dist/jquery.js", + "license": "MIT", + "ignore": [ + "package.json" + ], + "keywords": [ + "jquery", + "javascript", + "browser", + "library" + ], + "homepage": "https://github.com/jquery/jquery-dist", + "version": "2.2.4", + "_release": "2.2.4", + "_resolution": { + "type": "version", + "tag": "2.2.4", + "commit": "c0185ab7c75aab88762c5aae780b9d83b80eda72" + }, + "_source": "https://github.com/jquery/jquery-dist.git", + "_target": "~2.2.4", + "_originalSource": "jquery" +} \ No newline at end of file -- cgit 1.2.3-korg