-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathbower.json
39 lines (39 loc) · 899 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
36
37
38
39
{
"name": "olympus",
"version": "0.0.0",
"authors": [
"Alexandre Mendonça <[email protected]>"
],
"description": "Mobicents Olympus WebRTC Client",
"main": "index.html",
"keywords": [
"mobicents",
"webrtc"
],
"license": "LGPLv3",
"homepage": "https://github.com/mobicents/olympus",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"angular": "~1.3.11",
"angular-routing": "~0.1.2",
"bootstrap": "~3.3.2",
"angular-bootstrap": "~0.12.0",
"angular-animate": "~1.3.11",
"angular-resource": "~1.3.11",
"webcam-directive": "~2.0.0",
"moment": "~2.9.0",
"angular-moment": "~0.9.0",
"bootstrap": "~3.3.2",
"font-awesome": "~4.3.0",
"angular-strap": "~2.2.0",
"ng-emoticons": "~1.1.0",
"angular-fullscreen": "~1.0.1"
}
}