forked from clappr/dash-shaka-playback
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "dash-shaka-playback",
"version": "2.2.1",
"description": "clappr dash playback based on shaka player",
"main": "./dist/dash-shaka-playback.js",
"repository": {
"type": "git",
"url": "[email protected]:clappr/dash-shaka-playback.git"
},
"scripts": {
"build": "webpack",
"dist": "yarn lint && yarn build && yarn release",
"start": "webpack-dev-server",
"release": "webpack",
"lint": "eslint index.js"
},
"author": "Clappr team",
"license": "BSD-3-Clause",
"peerDependencies": {
"clappr": "^0.2.73"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.5.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"shaka-player": "2.2.8",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
}
}