From 4ad39a5c96dd99acf819ce189b13fec946d7506b Mon Sep 17 00:00:00 2001 From: talasila Date: Tue, 7 Feb 2017 15:03:57 -0500 Subject: Initial OpenECOMP Portal commit Change-Id: I804b80e0830c092e307da1599bd9fbb5c3e2da77 Signed-off-by: talasila --- .../client/bower_components/es5-shim/bower.json | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 ecomp-portal-FE/client/bower_components/es5-shim/bower.json (limited to 'ecomp-portal-FE/client/bower_components/es5-shim/bower.json') diff --git a/ecomp-portal-FE/client/bower_components/es5-shim/bower.json b/ecomp-portal-FE/client/bower_components/es5-shim/bower.json new file mode 100644 index 00000000..dcc0b295 --- /dev/null +++ b/ecomp-portal-FE/client/bower_components/es5-shim/bower.json @@ -0,0 +1,33 @@ +{ + "name": "es5-shim", + "main": "es5-shim.js", + "repository": { + "type": "git", + "url": "git://github.com/es-shims/es5-shim" + }, + "homepage": "https://github.com/es-shims/es5-shim", + "authors": [ + "Kris Kowal (http://github.com/kriskowal/)", + "Sami Samhuri (http://samhuri.net/)", + "Florian Schäfer (http://github.com/fschaefer)", + "Irakli Gozalishvili (http://jeditoolkit.com)", + "Kit Cambridge (http://kitcambridge.github.com)", + "Jordan Harband (https://github.com/ljharb/)" + ], + "description": "ECMAScript 5 compatibility shims for legacy JavaScript engines", + "keywords": [ + "shim", + "es5", + "es5 shim", + "javascript", + "ecmascript", + "polyfill" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "tests" + ] +} -- cgit 1.2.3-korg