forked from videojs/font
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 913 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-font",
"version": "4.1.0",
"description": "Video.js icon font",
"repository": {
"type": "git",
"url": "https://github.com/videojs/font.git"
},
"scripts": {
"version": "grunt && git add ."
},
"keywords": [
"videojs"
],
"author": "Matthew McClure <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/videojs/font/issues"
},
"homepage": "https://github.com/videojs/font",
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"@babel/register": "^7.18.9",
"@material-design-icons/svg": "^0.14.3",
"evil-icons": "^1.10.1",
"grunt": "^1.5.3",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"load-grunt-tasks": "^5.1.0",
"material-design-icons": "^3.0.1",
"node-sass": "^7.0.3",
"time-grunt": "^2.0.0",
"webfonts-generator": "^0.4.0"
}
}