-
Notifications
You must be signed in to change notification settings - Fork 106
/
package.json
36 lines (36 loc) · 1005 Bytes
/
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
{
"name": "videojs-hotkeys",
"version": "0.2.30",
"description": "Adds more hotkey support to video.js",
"author": "Chris Dougherty",
"license": "Apache-2.0",
"main": "videojs.hotkeys.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/ctd1500/videojs-hotkeys.git"
},
"bugs": {
"url": "https://github.com/ctd1500/videojs-hotkeys/issues"
},
"homepage": "https://github.com/ctd1500/videojs-hotkeys",
"keywords": [
"videojs",
"videojs-plugin",
"hotkeys"
],
"devDependencies": {
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-github-releaser2": "^0.1.1",
"time-grunt": "^1.4.0"
},
"scripts": {
"build": "grunt",
"release": "grunt release"
},
"packageManager": "[email protected]+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
}