-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.23 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "angular-material",
"version": "1.0.6",
"main": "index",
"format": "cjs",
"registry": "github",
"peerDependencies": {
"angular": "^1.5.0",
"angular-animate": "^1.5.0",
"angular-aria": "^1.5.0",
"angular-messages": "^1.5.0"
},
"jspm": {
"dependencies": {
"angular": "github:angular/bower-angular@^1.5.0",
"angular-animate": "github:angular/bower-angular-animate@^1.5.0",
"angular-aria": "github:angular/bower-angular-aria@^1.5.0",
"angular-messages": "github:angular/bower-angular-messages@^1.5.0",
"css": "systemjs/plugin-css@^0.1.9"
},
"shim": {
"angular-material": {
"deps": []
}
},
"peerDependencies": {}
},
"homepage": "https://material.angularjs.org",
"repository": {
"type": "git",
"url": "git://github.com/angular/material.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/angular/material/blob/master/LICENSE"
}
],
"keywords": [
"angular",
"material",
"browser",
"client-side"
],
"bugs": {
"url": "https://github.com/angular/material/issues"
},
"gitHead": "255db6741e91c0a24e8481c6739cce8778c1b365",
"description": "This repo is for distribution on `npm` and `bower`. The source for this module is in the [main Angular Material repo](https://github.com/angular/material). Please file issues and pull requests against that repo.",
"_id": "angular-material@1.0.6",
"scripts": {},
"_shasum": "d138857c733d67378e7a47dbd3c2b8913401de97",
"_from": "angular-material@>=1.0.4 <2.0.0",
"_npmVersion": "3.6.0",
"_nodeVersion": "5.6.0",
"_npmUser": {
"name": "angularcore",
"email": "angular-core+npm@google.com"
},
"maintainers": [
{
"name": "angularcore",
"email": "angular-core+npm@google.com"
}
],
"dist": {
"shasum": "d138857c733d67378e7a47dbd3c2b8913401de97",
"tarball": "http://registry.npmjs.org/angular-material/-/angular-material-1.0.6.tgz"
},
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/angular-material-1.0.6.tgz_1456816454506_0.12386168795637786"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/angular-material/-/angular-material-1.0.6.tgz"
}