forked from surmon-china/videojs-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1.22 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
{
"name": "vue-video-player",
"version": "4.0.2",
"description": "Video Player component for Vue",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cross-env NODE_ENV=production browserify -t vueify -e index.js -x vue -s VueVideoPlayer -o dist/vue-video-player.js -d && uglifyjs dist/vue-video-player.js --source-map -o dist/vue-video-player.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/surmon-china/vue-video-player.git"
},
"keywords": [
"vue-video-player",
"vue video player",
"vue video",
"vue videojs",
"vue player"
],
"author": {
"name": "Surmon",
"email": "[email protected]",
"url": "http://surmon.me"
},
"license": "MIT OR GPL-3.0",
"bugs": {
"url": "https://github.com/surmon-china/vue-video-player/issues"
},
"homepage": "https://github.com/surmon-china/vue-video-player#readme",
"dependencies": {
"video.js": "^6.2.4"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"browserify": "^14.4.0",
"cross-env": "^5.0.0",
"uglify-js": "^3.0.15",
"vueify": "^8.7.0"
}
}