forked from awendland/angular-json-tree
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 694 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 694 Bytes
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
{
"name": "angular-user-friendly-json-tree",
"version": "1.0.0",
"description": "Angular directive for displaying, in a user friendly way, a JSON object in an expandable tree structure",
"main": [
"dist/user-friendly-angular-json-tree.js",
"dist/user-friendly-angular-json-tree.css"
],
"authors": [
"Alex Wendland <me@alexwendland.com>",
"Pedro Milheiro <pmarques123@gmail.com>"
],
"license": "CC-BY-4.0",
"keywords": [
"angular",
"json"
],
"homepage": "https://github.com/deeDude/angular-json-tree",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.x"
}
}