From 6e43997c78814268bfea02298eb77ee49d83e7d8 Mon Sep 17 00:00:00 2001 From: seshukm Date: Wed, 8 Mar 2017 12:03:21 +0530 Subject: vnf mrket place refactor code IssueId : CLIENT-4 Change-Id: If4ae825f9096aa6b2d7e9d017e93006b788a9b88 Signed-off-by: seshukm --- .../vnfmarket/common/thirdparty/json3/bower.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/json3/bower.json (limited to 'vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/json3/bower.json') diff --git a/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/json3/bower.json b/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/json3/bower.json new file mode 100644 index 00000000..066552da --- /dev/null +++ b/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/json3/bower.json @@ -0,0 +1,21 @@ +{ + "name": "json3", + "version": "3.3.1", + "main": "lib/json3.min.js", + "repository": { + "type": "git", + "url": "git://github.com/bestiejs/json3.git" + }, + "ignore": [ + ".*", + "build.js", + "index.html", + "index.js", + "component.json", + "package.json", + "benchmark", + "page", + "test", + "vendor" + ] +} -- cgit 1.2.3-korg