forked from videojs/font
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 832 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
{
"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 <[email protected]>",
"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"
}
}