forked from Laverna/laverna
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
54 lines (54 loc) · 1.57 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
{
"name": "laverna",
"version": "0.7.51",
"license": "MPL-2.0",
"dependencies": {
"backbone": "~1.3.3",
"backbone.babysitter": "~0.1.12",
"backbone.marionette": "marionette#~2.4.3",
"backbone.radio": "~1.0.5",
"Blob": "git://github.com/eligrey/Blob.js",
"bluebird": "~3.4.0",
"blueimp-canvas-to-blob": "git://github.com/blueimp/JavaScript-Canvas-to-Blob#~2.1.1",
"bootstrap": "~3.3.6",
"device.js": "git://github.com/matthewhudson/device.js#0.2.7",
"dropzone": "~4.3.0",
"enquire": "~2.1.2",
"FileSaver": "*",
"fuse": "~2.3.0",
"hammerjs": "~2.0.8",
"i18next": "~3.4.1",
"jquery": "~3.1.0",
"localforage": "~1.4.2",
"MathJax": "components/MathJax#~2.6.0",
"modernizr": "~2.8.3",
"mousetrap": "~1.6.0",
"q": "v1.4.1",
"remotestorage.js": "git://github.com/remotestorage/remotestorage.js#0.12.1",
"requirejs": "~2.2.0",
"requirejs-text": "~2.0.15",
"sjcl": "~1.0.3",
"to-markdown": "#jquery",
"tv4": "~1.2.7",
"underscore": "~1.8.3",
"xregexp": "~3.1.1",
"jszip": "Stuk/jszip#~2.5.0",
"markdown-it-imsize": "~2.0.1",
"markdown-it-math": "~4.0.0",
"markdown-it": "~7.0.0",
"codemirror": "~5.17.0",
"prism": "~1.5.1",
"markdown-it-sanitizer": "~0.4.1",
"markdown-it-hashtag": "~0.4.0",
"xss": "^0.2.13",
"i18next-xhr-backend": "^1.0.1",
"fastclick": "^1.0.6",
"jquery-hammerjs": "jquery.hammer.js#^2.0.0"
},
"devDependencies": {},
"resolutions": {
"backbone": "~1.3.3",
"underscore": "~1.8.3",
"jquery": "~3.1.0"
}
}