-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 807 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 807 Bytes
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
{
"name": "synthesis-mobile",
"version": "1.0.0",
"private" : "true",
"authors": [
"Charl Thiem <charl@opencollab.co.za>"
],
"description": "",
"main": "",
"moduleType": [],
"license": "private",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "jQuery#2.2.0",
"moment": "2.10.6",
"bootstrap": "3.3.6",
"angular": "1.4.9",
"angular-animate": "1.4.9",
"angular-resource": "1.4.9",
"angular-route": "1.4.9",
"angular-touch": "1.4.9",
"angular-utf8-base64": "0.0.5",
"angular-bootstrap": "0.11.0",
"iscroll": "5.1.1",
"lodash": "3.10.1",
"bootstrap-switch": "3.3.2",
"angular-bootstrap-switch": "0.5.0",
"spin.js": "2.3.2"
}
}