-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (35 loc) · 882 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
{
"name": "project",
"version": "1.0.0",
"homepage": "http://uonse.org",
"authors": [
"Brendan Annable <brendan.annable@uon.edu.au>",
"Monica Olejniczak <monica.j.olejniczak@gmail.com>"
],
"main": "app.js",
"license": "GPL",
"private": false,
"ignore": [],
"dependencies": {
"backbone": "^1.2.0",
"backbone-relational": "PaulUithol/Backbone-relational#~0.9.0",
"bluebird": "^2.9.25",
"bootstrap": "^3.3.4",
"bootstrap-material-design": "^0.3.0",
"es6-shim": "~0.33.3",
"gl-matrix": "^2.2.1",
"handlebars": "^3.0.3",
"jquery": "^2.1.4",
"jquery-ui": "^1.11.4",
"jquery.transform.js": "louisremi/jquery.transform.js",
"requirejs": "^2.1.17",
"text": "requirejs/text#~2.0.14",
"tweenjs": "*"
},
"resolutions": {
"handlebars": "^3.0.3",
"jquery": "^2.1.4"
},
"devDependencies": {
}
}