-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (46 loc) · 1.07 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
{
"name": "pocketciv-js",
"version": "0.0.0",
"homepage": "https://github.com/jrutila/pocketciv-js",
"authors": [
"Juho Rutila <[email protected]>"
],
"moduleType": [
"node"
],
"license": "LGPL",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.1",
"underscore": "~1.8.2",
"angular": "~1.2.20",
"bootstrap": "~3.3.6",
"ngstorage": "~0.3.0",
"angular-snap": "~1.5.4",
"angular-bootstrap": "~0.11.0",
"angular-sanitize": "~1.2.22",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.4.5",
"bootstrap-sass-official": "~3.3.3",
"jquery-overflowandroid": "~0.7.7",
"angulartics": "~0.17.2",
"checklist-model": "~0.2.4",
"bootstrap-tour": "~0.10.2",
"angular-qrcode": "~5.1.0",
"angular-bootstrap-checkbox": "~0.3.1"
},
"exportsOverride": {
"bootstrap-sass-official": {
"": "assets/stylesheets/bootstrap/_variables.scss"
},
"requirejs": {
"js": "require.js"
}
}
}