-
Notifications
You must be signed in to change notification settings - Fork 6
/
bower.json
39 lines (39 loc) · 919 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
39
{
"name": "json-schema-viewer",
"version": "0.3.4",
"homepage": "https://github.com/jlblcc/json-schema-viewer",
"authors": [
"Josh Bradley <[email protected]>"
],
"description": "Visualize JSON schemas using D3.js",
"main": "json-schema-viewer.js",
"keywords": [
"json",
"json-schema",
"viewer"
],
"license": "Unlicense",
"dependencies": {
"d3": "~3",
"tv4": "~1.2.7"
},
"devDependencies": {
"uri.js": "~1.14.1",
"jquery.scrollTo": "~1.4.14",
"jsonpointer.js": "~0.4.0",
"filereader.js": "https://github.com/bgrins/filereader.js.git#107f68c3b99d7ec0f3cba9c0baabfb03067650b5",
"highlightjs": "https://github.com/jlblcc/jlb-highlightjs.git",
"mdjson-schemas": "~1"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"images",
"styles/*.css",
"styles/*.map",
"templates"
]
}