forked from bilibili/flv.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 877 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
35
{
"name": "flv.js",
"version": "0.0.1",
"description": "HTML5 FLV Player",
"keywords": ["html5", "flv", "mse", "javascript"],
"main": "src/flv.js",
"scripts": {
"dev": "gulp watch",
"build": "gulp release",
"serve": "http-server -p 8000 ."
},
"dependencies": {
"es6-promise": "^4.0.5",
"webworkify": "^1.4.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.16.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-cli": "^1.2.2",
"gulp-eslint": "^3.0.1",
"gulp-header": "^1.8.8",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"http-server": "^0.9.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"author": "zheng qian <[email protected]>",
"license": "Apache-2.0"
}