forked from edina/fieldtrip-authoring-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
63 lines (63 loc) · 1.59 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
{
"name": "Authoring Tool",
"version": "1.0.0",
"description": "A web app for creating your own forms and GIS visualizer.",
"keywords": [
"fieldtrip",
"Authoring Tool",
"custom forms",
"GIS"
],
"authors": [
"Panos Terzis <panterz>"
],
"license": "BSD",
"homepage": "http://fieldtripgb.edina.ac.uk/authoring/",
"dependencies": {
"jquery": "1.10.2",
"jquery-ui": "1.9.2",
"jquery-mobile": "http://jquerymobile.com/resources/download/jquery.mobile-1.4.4.zip",
"bootstrap": "2.3.2",
"jqueryui-timepicker-addon": "1.4.3",
"jquery-ui-touch-punch": "*",
"datatables": "1.9.4",
"openlayers": "https://github.com/openlayers/openlayers/releases/download/release-2.13.1/OpenLayers-2.13.1.tar.gz",
"d3": "3.3.11",
"jPaginator": "https://github.com/remylab/jpaginator/archive/master.zip",
"snippet": "http://fieldtripgb.edina.ac.uk/authoring/js/jquery.snippet.min.js",
"swipebox": "1.2.9",
"underscore": "1.5.2",
"pcapi": "0.0.9"
},
"dependency_locations": {
"snippet": [
"index.js"
],
"jquery-mobile": [
"jquery.mobile-1.4.4.min.js",
"jquery.mobile-1.4.4.min.css"
],
"jPaginator": [
"jPaginator.js",
"jPaginator.css"
],
"jqueryui-timepicker-addon": [
"src/jquery-ui-timepicker-addon.js"
],
"swipebox": [
"src/js/jquery.swipebox.js",
"src/css/swipebox.css",
"src/img"
],
"underscore": [
"underscore-min.js",
"underscore-min.map"
],
"pcapi": [
"dist/pcapi.js"
]
},
"resolutions": {
"jquery": "1.10.2"
}
}