-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
51 lines (51 loc) · 1.47 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
{
"name": "@hola.org/videojs-settings",
"version": "0.0.3-94",
"description": "A settings button for Video.js",
"main": "src/videojs-settings.js",
"style": "dist/videojs-settings.css",
"scripts": {
"build": "grunt",
"login": "c=`npm c ls`; test \"${c#*@hola}\" != \"$c\" || npm login --scope @hola.org",
"release": "run-s build login release:*",
"release:tag": "git tag v$npm_package_version",
"release:publish": "npm publish",
"release:pushtags": "git push --tags origin",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hola/videojs5-settings.git"
},
"files": [
"dist/",
"src/",
"examples/",
"Gruntfile.js",
".jshintrc"
],
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@hola.org/video.js": ">=5.10.2-16 <5.10.2",
"async": "~0.2.9",
"browserify-derequire": "^0.9.4",
"grunt": "~0.4.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-less": "~1.1.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.4.0",
"load-grunt-tasks": "~0.4.0",
"npm-run-all": "^3.1.0"
},
"dependencies": {
"clipboard": "^1.5.10",
"lodash": "4.17.19",
"@hola.org/videojs-utils": ">=0.0.1-2 <0.0.1",
"@hola.org/videojs-hola-skin": "0.0.5-104",
"videojs-vtt.js": ">=0.12.3"
}
}