source: trip-planner-front/node_modules/angular-aria/package.json@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 727 bytes
RevLine 
[6a3a178]1{
2 "name": "angular-aria",
3 "version": "1.8.2",
4 "description": "AngularJS module for making accessibility easy",
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 "accessibility",
18 "a11y",
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-aria": {
30 "deps": ["angular"]
31 }
32 }
33 }
34}
Note: See TracBrowser for help on using the repository browser.