-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
58 lines (58 loc) · 1.63 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
{
"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-bower": "1.3.2",
"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.8.3",
"pcapi": "0.0.7"
},
"dependency_locations": {
"snippet": [
"index.js"
],
"jquery-mobile-bower": [
"js/jquery.mobile-x.x.min.js"
],
"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"
],
"snippet": [
"index.js"
],
"pcapi": [
"dist/pcapi.js"
]
}
}