forked from MZeeshanSiddique/vjs-video
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 764 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
{
"name": "vjs-video",
"version": "0.1.10",
"description": "An angular js directive for video.js",
"main": "dist/vjs-video.min.js",
"authors": [
{ "name": "Lonny Gomes" }
],
"repository": {
"type": "git",
"url": "https://github.com/LonnyGomes/vjs-video.git"
},
"dependencies": {
"angular": "^1.3.0",
"video.js": "4.12.13 - 5"
},
"devDependencies": {
"video.js": "~4.12.13",
"jquery": "~2.1.4",
"angular-mocks": "^1.3.0",
"sinonjs": "~1.14.1",
"bootstrap-css": "~3.3.4",
"angular-gist": "~1.0.0"
},
"appPath": "app",
"moduleName": "vjsVideoApp",
"ignore": [],
"license": "MIT",
"keywords": [
"angular",
"angular.js",
"video",
"video.js",
"vjs",
"directive"
]
}