You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
832 B
35 lines
832 B
3 years ago
|
{
|
||
|
"name": "videojs-font",
|
||
|
"version": "3.2.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 <m@mmcc.io>",
|
||
|
"license": "Apache-2.0",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/videojs/font/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/videojs/font",
|
||
|
"devDependencies": {
|
||
|
"babel-preset-env": "^1.6.1",
|
||
|
"babel-register": "^6.26.0",
|
||
|
"evil-icons": "^1.7.6",
|
||
|
"grunt": "^1.0.1",
|
||
|
"grunt-contrib-watch": "^1.0.0",
|
||
|
"grunt-sass": "^2.1.0",
|
||
|
"load-grunt-tasks": "^3.2.0",
|
||
|
"lodash": "^4.17.0",
|
||
|
"material-design-icons": "^3.0.1",
|
||
|
"time-grunt": "^1.2.1",
|
||
|
"webfonts-generator": "^0.4.0"
|
||
|
}
|
||
|
}
|