-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
35 lines (35 loc) · 818 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": "cawa",
"description": "",
"main": "index.html",
"license": "ISC",
"homepage": "https://github.com/skuzmin/CAWA",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "3.3.4",
"lodash": "^4.17.2",
"angular": "1.5.9",
"angular-ui-router": "^0.3.2",
"angular-resource": "1.5.9",
"angular-animate": "1.5.9",
"angular-bootstrap": "^2.3.0",
"ngstorage": "^0.3.11",
"angular-jwt": "^0.1.8",
"interactjs": "~1.2.8",
"iscroll": "^5.2.0"
},
"overrides": {
"iscroll": {
"main": [
"./build/iscroll-probe.js"
]
}
}
}