-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
59 lines (59 loc) · 1.21 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "bonjour",
"version": "0.0.1",
"homepage": "https://github.com/waskito/bonjour",
"authors": [
"waskito <[email protected]>"
],
"description": "qiscus chrome app",
"main": "index.html",
"moduleType": [
"node"
],
"keywords": [
"angular",
"qiscus",
"pusher",
"chat",
"discussion"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"components",
"assets/components",
"test",
"tests"
],
"dependencies": {
"lodash": "~2.4.1",
"q": "~1.0.1",
"jshashes": "~1.0.5",
"seedrandom": "~2.3",
"jquery": "~2.1.1",
"offline": "~0.7.11",
"requirejs": "~2.1.15",
"pusher": "~2.2.3",
"angular": "~1.3.0",
"angular-ui-router": "~0.2.11",
"angularAMD": "~0.2.1",
"angular-strap": "~2.1.0",
"angular-material": "~0.0.3",
"animate-css": "~3.2.0",
"angular-elastic": "~2.4.0",
"ment.io": "~0.9.15",
"ng-textcomplete": "~0.5.1",
"angular-sanitize": "~1.2.26",
"fontawesome": "~4.2.0",
"chroma-js": "~0.6.1"
},
"devDependencies": {
"angular-mocks": "~1.2.24"
},
"resolutions": {
"angular": "~1.3.0",
"angular-animate": "^1.3.0-beta.18"
}
}