forked from clappr/clappr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.8 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "clappr",
"version": "0.2.64",
"description": "An extensible media player for the web",
"main": "./dist/clappr.js",
"scripts": {
"release": "node_modules/.bin/webpack --progress -d --optimize-mangle --optimize-dedupe --optimize-occurence-order --output-filename clappr.min.js",
"build": "node_modules/.bin/webpack --progress",
"watch": "node_modules/.bin/webpack --progress --watch",
"test": "node_modules/.bin/karma start --single-run",
"lint": "node_modules/.bin/eslint src/ test/",
"check_code_style": "node_modules/.bin/jscs src/ --esnext",
"fix_code_style": "node_modules/.bin/jscs src/ --esnext --fix",
"start": "node_modules/.bin/webpack-dev-server --host 0.0.0.0 --content-base public/ --output-public-path latest/ --hot",
"lock": "rm -rf npm-shrinkwrap.json node_modules && npm install --silent && npm shrinkwrap"
},
"repository": {
"type": "git",
"url": "[email protected]:clappr/clappr.git"
},
"author": "Globo.com",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/clappr/clappr/issues"
},
"homepage": "https://github.com/clappr/clappr",
"devDependencies": {
"babel-core": "^6.18.2",
"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": "^1.0.1",
"clappr-zepto": "0.0.4",
"clean-webpack-plugin": "^0.1.14",
"coveralls": "^2.11.4",
"css-loader": "^0.26.0",
"dotenv": "^2.0.0",
"eslint": "^3.1.0",
"file-loader": "^0.9.0",
"gulp": "^3.8.1",
"hls.js": "^0.6.14",
"html-loader": "^0.4.3",
"isparta": "^4.0.0",
"istanbul": "^0.4.2",
"istanbul-instrumenter-loader": "^1.0.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": "^2.0.0",
"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.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.5.2",
"mkdirp": "^0.5.1",
"mocha": "^3.1.2",
"node-bourbon": "^4.2.8",
"node-sass": "^4.1.1",
"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.7.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",
"yargs": "^6.4.0"
},
"dependencies": {}
}