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