forked from jwplayer/jwplayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 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
87
88
{
"name": "jwplayer",
"version": "8.1.0-beta.2",
"description": "The JW Player is free for non-commerical use. To buy a license for commercial use, please visit \r http://www.jwplayer.com/pricing/",
"repository": "git@github.com:jwplayer/jwplayer.git",
"homepage": "https://github.com/jwplayer/jwplayer",
"license": "CC-BY-NC-SA-3.0",
"dependencies": {},
"devDependencies": {
"async": "2.6.0",
"autoprefixer": "7.2.4",
"autoprefixer-loader": "3.2.0",
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-plugin-transform-object-assign": "6.22.0",
"babel-preset-es2015": "6.24.1",
"chai": "4.1.2",
"css-loader": "0.28.7",
"eslint": "4.14.0",
"eslint-plugin-no-for-of-loops": "1.0.0",
"esprima": "4.0.0",
"fast-diff": "1.1.2",
"file-loader": "1.1.6",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-less": "1.4.1",
"grunt-contrib-watch": "1.0.0",
"grunt-karma": "2.0.0",
"grunt-postcss": "0.9.0",
"import-loader": "1.0.1",
"intersection-observer": "0.5.0",
"istanbul-instrumenter-loader": "3.0.0",
"jquery": "3.2.1",
"jsdoc": "3.5.5",
"karma": "2.0.0",
"karma-browserstack-launcher": "1.3.0",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "2.2.0",
"karma-coverage-istanbul-reporter": "1.3.3",
"karma-firefox-launcher": "1.1.0",
"karma-junit-reporter": "1.2.0",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.5",
"karma-phantomjs-launcher": "1.0.4",
"karma-requirejs": "1.1.0",
"karma-safari-launcher": "1.0.0",
"karma-sinon": "1.0.5",
"karma-sinon-chai": "1.3.3",
"karma-webpack": "2.0.9",
"less": "2.7.3",
"less-loader": "4.0.5",
"load-grunt-tasks": "3.5.2",
"loader-utils": "1.1.0",
"marked": "0.3.9",
"mocha": "4.1.0",
"node-libs-browser": "2.1.0",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "2.1.16",
"postcss-loader": "2.0.9",
"postcss-safe-parser": "3.0.1",
"raw-loader": "0.5.1",
"requirejs": "2.3.5",
"simple-style-loader": "0.4.3",
"sinon": "4.1.3",
"sinon-chai": "2.14.0",
"source-map": "0.6.1",
"stylelint": "8.4.0",
"svg-inline-loader": "0.8.0",
"underscore": "1.8.3",
"url-loader": "0.6.2",
"webpack": "3.10.0"
},
"scripts": {
"docs": "jsdoc -c docs/jsdoc.conf.json",
"lint": "npm run lint:js && npm run lint:styles",
"lint:js": "eslint './src/js'",
"lint:styles": "stylelint './src/css/**/*.less'",
"lint:tests": "eslint './test/*.js'",
"preversion": "grunt && grunt clean:docs && npm run docs && git add docs",
"test": "karma start",
"karma:hook": "karma start --browsers=PhantomJS --reporters=mocha"
},
"engines": {
"node": ">=4.3.1"
}
}