mirror of https://github.com/k3s-io/k3s
32 lines
644 B
JSON
32 lines
644 B
JSON
{
|
|
"name": "angular-material",
|
|
"version": "0.7.1",
|
|
"main":"",
|
|
"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"
|
|
],
|
|
"peerDependencies": {
|
|
"angular": "1.3.x",
|
|
"angular-animate": "1.3.x",
|
|
"angular-aria": "1.3.x"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/angular/material/issues"
|
|
},
|
|
"homepage": "https://material.angularjs.org",
|
|
"main": "angular-material.js"
|
|
}
|