forked from veo-labs/openveo-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
55 lines (55 loc) · 1.05 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
{
"name": "openveo-player",
"description": "OpenVeo player to play a video with associated slides",
"private": true,
"main": [
"dist/openveo-player.min.js",
"dist/openveo-player.css"
],
"keywords": [
"openveo",
"veo-labs",
"player",
"vimeo",
"html",
"flowplayer",
"video"
],
"ignore" : [
"*~",
"Icon?",
".DS_Store*",
".directory",
"Thumbs.db",
"Desktop.ini",
"._*",
"ehthumbs.db",
"node_modules",
"lib",
"nbproject",
"css",
"js",
".sass-cache",
"Gruntfile.js",
"tasks",
".gitignore",
"tests",
"karmaConf.js",
"package.json"
],
"license" : "AGPL-3.0",
"authors": [
"Veo-Labs <[email protected]> (http://www.veo-labs.com/)"
],
"homepage" : "https://gitlab.com/veo-labs/openveo-player",
"repository": {
"type": "git",
"url": "https://gitlab.com/veo-labs/openveo-player.git"
},
"devDependencies": {
"angular": "1.4.1",
"angular-animate": "1.4.1",
"angular-route": "1.4.1",
"angular-mocks": "1.4.1"
}
}