angular-material-tree
Version:
Angular material tree component
44 lines (43 loc) • 846 B
JSON
{
"name": "angular-material-tree",
"version": "0.2.1",
"description": "Angular material tree component",
"main": [
"dist/angular-material-tree.js",
"dist/angular-material-tree.css"
],
"repository": {
"type": "git",
"url": "git@github.com:B-3PO/angular-material-tree.git"
},
"authors": [
"Ben Rubin"
],
"license": "MIT",
"keywords": [
"material",
"material-design",
"design",
"angular",
"component",
"tree",
"md"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"docsApp",
"src",
"gulp"
],
"devDependencies": {
"angular": "1.5.10",
"angular-mocks": "1.5.10",
"angular-route": "1.5.10",
"angular-material": "~1.1.1",
"angular-animate": "1.5.10",
"angular-messages": "1.5.10",
"angular-aria": "1.5.10"
}
}