nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / angular-messages / package.json
1 {
2   "name": "angular-messages",
3   "version": "1.5.11",
4   "description": "AngularJS module that provides enhanced support for displaying messages within templates",
5   "main": "index.js",
6   "scripts": {
7     "test": "echo \"Error: no test specified\" && exit 1"
8   },
9   "repository": {
10     "type": "git",
11     "url": "https://github.com/angular/angular.js.git"
12   },
13   "keywords": [
14     "angular",
15     "framework",
16     "browser",
17     "client-side"
18   ],
19   "author": "Angular Core Team <angular-core+npm@google.com>",
20   "license": "MIT",
21   "bugs": {
22     "url": "https://github.com/angular/angular.js/issues"
23   },
24   "homepage": "http://angularjs.org",
25   "jspm": {
26     "shim": {
27       "angular-messages": {
28         "deps": ["angular"]
29       }
30     }
31   }
32 }