forked from clappr/clappr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
73 lines (73 loc) · 1.92 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
{
"name": "clappr",
"description": "An extensible media player for the web",
"repository": {
"type": "git",
"url": "git@github.com:clappr/clappr.git"
},
"license": "BSD",
"homepage": "https://github.com/clappr/clappr",
"authors": [
"Globo.com"
],
"main": [
"dist/clappr.min.js"
],
"dependencies": {
"clappr-zepto": "0.0.4",
"lodash.assign": "3.0.0",
"lodash.find": "3.0.0",
"lodash.once": "3.0.0",
"lodash.result": "3.0.0",
"lodash.uniq": "3.0.0"
},
"devDependencies": {
"babelify": "5.0.3",
"bower": "1.3.12",
"browserify": "9.0.3",
"browserify-istanbul": "^0.2.1",
"browserify-versionify": "1.0.3",
"chai": "1.10.0",
"compass-mixins": "0.12.3",
"coveralls": "^2.11.2",
"dotenv": "^0.4.0",
"exorcist": "^0.1.6",
"express": "^4.6.1",
"express-alias": "0.4.0",
"glob": "^4.0.2",
"gulp": "^3.8.1",
"gulp-compressor": "^0.1.0",
"gulp-jshint": "1.9.0",
"gulp-livereload": "^2.1.0",
"gulp-minify-css": "0.3.11",
"gulp-rename": "^1.2.0",
"gulp-sass": "1.0.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "1.1.0",
"gulp-util": "3.0.1",
"isparta": "git://github.com/douglasduteil/isparta",
"istanbul": "^0.3.8",
"karma": "^0.12.17",
"karma-browserify": "^1.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.4",
"karma-cli": "0.0.4",
"karma-coverage": "git://github.com/douglasduteil/karma-coverage#next",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.2.2",
"karma-jquery": "^0.1.0",
"karma-mocha": "^0.1.4",
"karma-safari-launcher": "^0.1.1",
"karma-sinon": "^1.0.3",
"karma-sinon-chai": "^0.2.0",
"mkdirp": "^0.5.0",
"s3": "^4.1.1",
"scp": "0.0.3",
"sinon": "^1.10.2",
"sync-pkg": "0.3.0",
"vinyl-source-stream": "^1.0.0",
"vinyl-transform": "0.0.1",
"watchify": "^2.0.0",
"yargs": "1.3.3"
}
}