package.json
1.63 KB
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
52
53
54
55
56
57
58
59
60
61
62
{
"_from": "videojs-font@2.1.0",
"_id": "videojs-font@2.1.0",
"_inBundle": false,
"_integrity": "sha1-olkwpn9snPvyu4jay4xrRR8JM3k=",
"_location": "/videojs-font",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "videojs-font@2.1.0",
"name": "videojs-font",
"escapedName": "videojs-font",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/video.js"
],
"_resolved": "http://registry.npm.taobao.org/videojs-font/download/videojs-font-2.1.0.tgz",
"_shasum": "a25930a67f6c9cfbf2bb88dacb8c6b451f093379",
"_spec": "videojs-font@2.1.0",
"_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/video.js",
"author": {
"name": "Matthew McClure",
"email": "m@mmcc.io"
},
"bugs": {
"url": "https://github.com/videojs/font/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Video.js icon 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": "^1.0.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.3.5"
},
"homepage": "https://github.com/videojs/font",
"keywords": [
"videojs"
],
"license": "Apache-2.0",
"name": "videojs-font",
"repository": {
"type": "git",
"url": "git+https://github.com/videojs/font.git"
},
"scripts": {
"version": "grunt && git add ."
},
"version": "2.1.0"
}