source: trip-planner-front/node_modules/angular-material/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: 1.2 KB
Line 
1{
2 "name": "angular-material",
3 "version": "1.2.3",
4 "main": "index",
5 "format": "cjs",
6 "registry": "github",
7 "peerDependencies": {
8 "angular": "^1.7.2",
9 "angular-animate": "^1.7.2",
10 "angular-aria": "^1.7.2",
11 "angular-messages": "^1.7.2"
12 },
13 "jspm": {
14 "dependencies": {
15 "angular": "github:angular/bower-angular@^1.7.2",
16 "angular-animate": "github:angular/bower-angular-animate@^1.7.2",
17 "angular-aria": "github:angular/bower-angular-aria@^1.7.2",
18 "angular-messages": "github:angular/bower-angular-messages@^1.7.2",
19 "css": "systemjs/plugin-css@^0.1.9"
20 },
21 "shim": {
22 "angular-material": {
23 "deps": []
24 }
25 },
26 "peerDependencies": {}
27 },
28 "homepage": "https://material.angularjs.org",
29 "repository": {
30 "type": "git",
31 "url": "git://github.com/angular/material.git"
32 },
33 "license": "MIT",
34 "licenses": [
35 {
36 "type": "MIT",
37 "url": "https://github.com/angular/material/blob/master/LICENSE"
38 }
39 ],
40 "keywords": [
41 "angularjs",
42 "material",
43 "browser",
44 "client-side",
45 "material design",
46 "component library",
47 "components"
48 ],
49 "bugs": {
50 "url": "https://github.com/angular/material/issues"
51 }
52}
Note: See TracBrowser for help on using the repository browser.