forked from clappr/clappr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.78 KB
/
package.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
{
"name": "clappr",
"version": "0.0.11",
"description": "An extensible media player for the web",
"main": "dist/clappr.min.js",
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers Firefox"
},
"repository": {
"type": "git",
"url": "[email protected]:globocom/clappr.git"
},
"author": "Globo.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/globocom/clappr/issues"
},
"browserify-shim": "./src/shim.js",
"browserify": {
"transform": [
"browserify-shim"
]
},
"homepage": "https://github.com/globocom/clappr",
"devDependencies": {
"s3": "^4.1.1",
"browserify": "^4.2.3",
"browserify-shim": "^3.7.0",
"chai": "latest",
"dotenv": "^0.4.0",
"es6ify": "~1.2.0",
"express": "^4.6.1",
"glob": "^4.0.2",
"gulp": "^3.8.1",
"gulp-livereload": "^2.1.0",
"gulp-minify-css": "~0.3.5",
"gulp-rename": "^1.2.0",
"gulp-sass": "~0.7.2",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^0.3.0",
"gulp-util": "latest",
"karma": "^0.12.17",
"karma-bro": "^0.6.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.4",
"karma-cli": "0.0.4",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"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",
"karma-traceur-preprocessor": "^0.2.2",
"mkdirp": "^0.5.0",
"scp": "latest",
"sinon": "^1.10.2",
"traceur": "0.0.49",
"vinyl-source-stream": "^0.1.1",
"watchify": "^0.10.2",
"yargs": "latest"
},
"dependencies": {
"underscore": "1.7.0",
"jquery": "~2.1.0",
"moment": "^2.7.0",
"mousetrap": "0.0.1",
"scrollmonitor": "^1.0.8"
}
}