forked from rwth-acis/syncmeta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
33 lines (33 loc) · 966 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
{
"name": "syncmeta",
"version": "0.0.1",
"authors": [
"Stephan Erdtmann <erdtmann@dbis.rwth-aachen.de>"
],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"components",
"test",
"tests"
],
"dependencies": {
"coweb-jsoe": "https://github.com/opencoweb/coweb-jsoe/raw/master/dist/jsoe/coweb-jsoe-0.8.3.tar",
"iwc": "http://dbis.rwth-aachen.de/gadgets/iwc/lib/iwc.js",
"jquery": "~2.0.3",
"jquery-ui": "~1.10.3",
"jquery-migrate": "*",
"jsPlumb": "git://github.com/sporritt/jsPlumb.git#~1.5.3",
"jQuery-contextMenu": "git://github.com/medialize/jQuery-contextMenu.git",
"requirejs": "~2.1.8",
"requirejs-i18n": "~2.0.4",
"lodash": "~2.4.1",
"requirejs-text": "~2.0.10",
"requirejs-promise": "*",
"FileToDataURI": "https://github.com/Aymkdn/FileToDataURI/blob/master/FileToDataURI.swf",
"swfobject": "*",
"jquery-mousewheel": "~3.1.9",
"jszip": "~2.0.0"
}
}