forked from clappr/clappr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
96 lines (96 loc) · 2.36 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "clappr",
"description": "An extensible media player for the web",
"version": "0.2.63",
"homepage": "https://github.com/Leandro%20Moreira/clappr",
"authors": [
"Globo.com"
],
"repository": "Leandro%20Moreira/clappr",
"bugs": {
"url": "https://github.com/clappr/clappr/issues"
},
"license": "BSD-3-Clause",
"files": [
"dist",
"LICENSE",
"README.md"
],
"main": [
"./dist/clappr.js"
],
"devDependencies": {
"babel-core": "^6.5.1",
"babel-loader": "^6.2.2",
"babel-plugin-add-module-exports": "^0.2.0",
"babel-plugin-transform-es2015-classes": "^6.6.4",
"babel-preset-es2015": "^6.5.0",
"chai": "^3.2.0",
"check-dependencies": "^0.12.0",
"clappr-zepto": "0.0.4",
"clean-webpack-plugin": "^0.1.3",
"coveralls": "^2.11.4",
"css-loader": "^0.23.1",
"dotenv": "^2.0.0",
"eslint": "^3.1.0",
"file-loader": "^0.9.0",
"gulp": "^3.8.1",
"hls.js": "^0.5.45",
"html-loader": "^0.4.3",
"isparta": "^4.0.0",
"istanbul": "^0.4.2",
"istanbul-instrumenter-loader": "^0.2.0",
"jscs": "^3.0.3",
"jshint": "^2.9.1",
"karma": "^1.1.1",
"karma-chai": "^0.1.0",
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^1.0.1",
"karma-cli": "^1.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.1.0",
"karma-sinon": "^1.0.4",
"karma-sinon-chai": "^1.1.0",
"karma-webpack": "^1.7.0",
"lodash.find": "^4.3.0",
"lodash.isequal": "^4.2.0",
"lodash.isplainobject": "^4.0.4",
"lodash.merge": "^4.4.0",
"lodash.once": "^4.0.0",
"lodash.result": "^4.3.0",
"lodash.uniqby": "^4.3.0",
"lolex": "^1.4.0",
"mkdirp": "^0.5.1",
"mocha": "^2.3.4",
"node-bourbon": "^4.2.8",
"node-sass": "^3.7.0",
"s3": "^4.1.1",
"sass-loader": "^4.0.0",
"sinon": "^1.10.2",
"sinon-chai": "^2.8.0",
"sshpk": "^1.6.2",
"svg-inline-loader": "^0.6.1",
"sync-pkg": "^0.7.0",
"uglify-js": "^2.5.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.1",
"webpack-dev-server": "^1.14.0",
"webworkify-webpack": "1.1.4",
"yargs": "^4.1.0"
},
"keywords": [
"clappr"
],
"browser": "./dist/clappr.min.js",
"ignore": [
"actual",
"bower_components",
"fixtures",
"node_modules",
"temp",
"test",
"test.js",
"tmp"
]
}