-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
36 lines (35 loc) · 945 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
34
35
36
{
"name": "kent_tours_frontend",
"version": "0.0.1",
"authors": [
"Justice Addison <[email protected]>",
"Edele Gormley <[email protected]>",
"Tom Gillett <[email protected]>",
"Greg Haddow <[email protected]>",
"Carl Saggs <[email protected]>"
],
"private": true,
"dependencies": {
"requirejs": "~2.1.*",
"requirejs-text": "~2.0.14",
"jquery": "1.*",
"backbone": "~1.1.*",
"backbone-model-factory": "~1.2.0",
"backbone-fetch-cache": "1.5.5",
"kent-font": "unikent/kent-font",
"jquery-hammerjs": "2.0.0",
"hammerjs": "https://github.com/unikent/hammer.js.git",
"backbone.hammer": "~1.0.1"
},
"devDependencies": {
"mocha": "~1.20.*",
"sinon": "http://sinonjs.org/releases/sinon-1.10.2.js",
"chai": "~1.9.*"
},
"resolutions": {
"underscore": "1.6.0",
"hammerjs": "2.0.5",
"jquery-hammerjs": "2.0.0",
"jquery": "2.1.x"
}
}