forked from clappr/clappr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
71 lines (71 loc) · 1.84 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
{
"name": "clappr",
"description": "An extensible media player for the web",
"repository": {
"type": "git",
"url": "[email protected]:clappr/clappr.git"
},
"license": "BSD-3-Clause",
"homepage": "https://github.com/clappr/clappr",
"authors": [
"Globo.com"
],
"main": [
"./src/main.js"
],
"dependencies": {
"clappr-zepto": "0.0.4",
"compass-mixins": "^0.12.7",
"hls.js": "^0.5.7",
"lodash.find": "^4.2.0",
"lodash.once": "^4.0.0",
"lodash.result": "^4.2.0",
"lodash.uniq": "^4.2.0"
},
"devDependencies": {
"babel-core": "^6.5.1",
"babel-loader": "^6.2.2",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-es2015-classes": "^6.6.4",
"babel-preset-es2015": "^6.5.0",
"chai": "^3.2.0",
"clean-webpack-plugin": "^0.1.3",
"coveralls": "^2.11.4",
"css-loader": "^0.23.1",
"dotenv": "^2.0.0",
"file-loader": "^0.8.4",
"gulp": "^3.8.1",
"html-loader": "^0.4.3",
"isparta": "^4.0.0",
"istanbul": "^0.4.2",
"istanbul-instrumenter-loader": "^0.2.0",
"jscs": "^2.8.0",
"jshint": "^2.9.1",
"karma": "^0.13.15",
"karma-chai": "^0.1.0",
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^0.2.1",
"karma-cli": "^0.1.1",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.7",
"karma-mocha": "^0.2.1",
"karma-sinon": "^1.0.4",
"karma-sinon-chai": "^1.1.0",
"karma-webpack": "^1.7.0",
"mkdirp": "^0.5.1",
"mocha": "^2.3.4",
"node-sass": "^3.3.3",
"s3": "^4.1.1",
"sass-loader": "^3.0.0",
"sinon": "^1.10.2",
"sinon-chai": "^2.8.0",
"sshpk": "^1.6.2",
"sync-pkg": "^0.6.2",
"uglify-js": "^2.5.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.1",
"webpack-dev-server": "^1.14.0",
"webworkify-webpack": "^1.0.4",
"yargs": "^4.1.0"
}
}