-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathbower.json
38 lines (38 loc) · 818 Bytes
/
bower.json
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
{
"name": "json-tree",
"version": "0.1.5",
"description": "An AngularJS directive for displaying and editing JSON tree",
"main": ["json-tree.js", "json-tree.css"],
"license": "MIT",
"keywords": [
"json",
"tree",
"json-tree",
"angular",
"directive",
"nested",
"sortable",
"editable"
],
"authors": [
"Konstantin Skipor"
],
"homepage": "http://krispo.github.io/json-tree",
"repository": {
"type": "git",
"url": "https://github.com/krispo/json-tree.git"
},
"dependencies": {
"angular": "^1.x"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src",
"test",
"tests",
"lib",
"examples"
]
}