forked from MyYosun/mxreality.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.58 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "mxreality.js",
"version": "1.2.17",
"description": "VR全景视频、图片、模型播放器,支持hls,flv视频直播流",
"main": "mxreality.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guoguicheng/mxreality.js.git"
},
"keywords": [
"VR视频、全景图片,视频直播,720图片视频"
],
"author": "guoguicheng",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/guoguicheng/mxreality.js/issues"
},
"homepage": "https://github.com/guoguicheng/mxreality.js#readme",
"devDependencies": {
"babel-loader": "^8.1.0",
"cryptiles": ">=4.1.2",
"growl": ">=1.10.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^3.1.0",
"gulp-changed": "^1.3.0",
"gulp-clean-css": "^4.3.0",
"gulp-copy": "^4.0.1",
"gulp-file-include": "^0.13.7",
"gulp-imagemin": "^6.2.0",
"gulp-jshint": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-replace": "^0.5.4",
"gulp-rev": "^7.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sequence": "^0.4.5",
"gulp-uglify": "^1.5.2",
"hoek": ">=4.2.1",
"jshint": "^2.11.1",
"lodash": ">=4.17.19",
"lodash.template": "^4.5.0",
"minimatch": ">=3.0.2",
"rev-del": "^2.0.0"
},
"dependencies": {
"antd": "^4.4.3",
"flv.js": "^1.5.0",
"gulp-uglify": "^1.5.2",
"hls.js": "^0.13.2"
}
}