forked from NPellet/visualizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
96 lines (96 loc) · 2.78 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "visualizer",
"version": "2.57.1",
"description": "Data visualization framework",
"main": "src/init.js",
"keywords": [
"data",
"visualization",
"framework"
],
"authors": [
"Norman Pellet",
"Luc Patiny",
"Michaël Zasso",
"Daniel Kostro"
],
"homepage": "https://github.com/NPellet/visualizer",
"repository": {
"type": "git",
"url": "https://github.com/NPellet/visualizer.git"
},
"license": "MIT",
"dependencies": {
"katex": "Khan/KaTeX#v0.6.0",
"ace": "ajaxorg/ace-builds#4c1551465499afb012ddb053a18872de83350357",
"async": "1.5.2",
"bluebird": "3.3.5",
"bowser": "1.0.0",
"chroma-js": "1.1.1",
"ckeditor": "4.5.8",
"colors": "3.0.0",
"d3": "3.5.17",
"d3-plugins": "cheminfo/d3-plugins#ea652308c616f3accde0a418f7ccc6254a932985",
"eventEmitter": "^4.3.0",
"fancytree": "2.18.0",
"farbtastic": "2.0.0-alpha.1",
"file-saver.js": "1.20150304.1",
"flag-icon-css": "^1.1.0",
"font-awesome": "4.6.2",
"jcampconverter": "2.4.5",
"jit": "2.0.2",
"jqgrid_edit": "git://github.com/NPellet/jqGrid#4.5.6",
"jquery": "2.2.1",
"jquery-cookie": "1.4.1",
"jquery-mousewheel": "3.1.13",
"jquery-qrcode": "cheminfo/jquery-qrcode#1170d085ffb9e8c5de5290041902923ceca3c9e7",
"jquery-tmpl": "BorisMoore/jquery-tmpl#vBeta1.0.0",
"jquery-ui": "1.11.4",
"jquery.panzoom": "cheminfo/jquery.panzoom#2cbe83a059b4f41181f4c5bba628e5267d6a12f5",
"jquery.threedubmedia": "git://github.com/threedubmedia/jquery.threedubmedia",
"jsbarcode": "1.6.1",
"jsgraph": "v1.14.4-6",
"jsme": "b64a65779879fd6e7faaddd532760882625238c1",
"jsmol": "v1.0.0",
"jsnmr": "v0.0.5",
"json-chart": "1.1.0",
"jsoneditor": "5.5.2",
"jszip": "3.0.0",
"leaflet": "0.7.7",
"leaflet-omnivore": "0.3.2",
"lodash": "4.11.2",
"loglevel": "1.4.0",
"marked": "0.3.5",
"ml": "0.2.1",
"modernizr": "2.8.3",
"moment": "2.13.0",
"moment-duration-format": "~1.3.0",
"nmr-simulation": "0.0.4",
"notifyjs": "0.3.2",
"numeral": "~1.5.3",
"onde": "cheminfo/onde#126c1571a3b212abbefb5351ad9b192cef35e7a1",
"openchemlib": "4.3.0",
"papa-parse": "4.1.2",
"pouchdb": "3.3.1",
"requirejs": "2.2.0",
"select2": "4.0.0",
"setImmediate": "YuzuJS/setImmediate#1.0.4",
"slickgrid": "cheminfo/SlickGrid#b721040352777a4aaf0b096a2482d2c4ed8f3bfa",
"smart-array-filter": "0.5.0",
"spectrum": "1.8.0",
"sprintf": "1.0.3",
"threejs": "r71",
"twig.js": "0.8.9",
"ui-contextmenu": "1.11.0",
"uri.js": "1.18.0",
"web-animations-js": "2.2.1",
"x2js": "1.2.0",
"mathjs": "~3.2.1"
},
"resolutions": {
"jsgraph": "v1.14.4-6",
"jcampconverter": "2.4.5",
"jquery": "2.2.1"
},
"private": true
}