Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / client / bower_components / angular-messages / package.json
diff --git a/ecomp-portal-FE/client/bower_components/angular-messages/package.json b/ecomp-portal-FE/client/bower_components/angular-messages/package.json
new file mode 100644 (file)
index 0000000..780c9bd
--- /dev/null
@@ -0,0 +1,32 @@
+{
+  "name": "angular-messages",
+  "version": "1.5.11",
+  "description": "AngularJS module that provides enhanced support for displaying messages within templates",
+  "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 <angular-core+npm@google.com>",
+  "license": "MIT",
+  "bugs": {
+    "url": "https://github.com/angular/angular.js/issues"
+  },
+  "homepage": "http://angularjs.org",
+  "jspm": {
+    "shim": {
+      "angular-messages": {
+        "deps": ["angular"]
+      }
+    }
+  }
+}