nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / angular-mocks / package.json
1 {
2   "name": "angular-mocks",
3   "version": "1.5.11",
4   "description": "AngularJS mocks for testing",
5   "main": "angular-mocks.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     "mocks",
18     "testing",
19     "client-side"
20   ],
21   "author": "Angular Core Team <angular-core+npm@google.com>",
22   "license": "MIT",
23   "bugs": {
24     "url": "https://github.com/angular/angular.js/issues"
25   },
26   "homepage": "http://angularjs.org",
27   "jspm": {
28     "shim": {
29       "angular-mocks": {
30         "deps": ["angular"]
31       }
32     }
33   }
34 }