From 91d04c64771832a0b8815ffbe1f0f9920320d94d Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 14 Feb 2017 19:41:00 -0500 Subject: Initial OpenECOMP policy/engine commit Change-Id: I7dbff37733b661643dd4d1caefa3d7dccc361b6e Signed-off-by: Pamela Dragosh --- .../libs/bower_components/angular/package.json | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ecomp-sdk-app/src/main/webapp/app/policyApp/libs/bower_components/angular/package.json (limited to 'ecomp-sdk-app/src/main/webapp/app/policyApp/libs/bower_components/angular/package.json') diff --git a/ecomp-sdk-app/src/main/webapp/app/policyApp/libs/bower_components/angular/package.json b/ecomp-sdk-app/src/main/webapp/app/policyApp/libs/bower_components/angular/package.json new file mode 100644 index 000000000..563bd609f --- /dev/null +++ b/ecomp-sdk-app/src/main/webapp/app/policyApp/libs/bower_components/angular/package.json @@ -0,0 +1,25 @@ +{ + "name": "angular", + "version": "1.3.20", + "description": "HTML enhanced for web apps", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/angular/angular.js.git" + }, + "keywords": [ + "angular", + "framework", + "browser", + "client-side" + ], + "author": "Angular Core Team ", + "license": "MIT", + "bugs": { + "url": "https://github.com/angular/angular.js/issues" + }, + "homepage": "http://angularjs.org" +} -- cgit 1.2.3-korg