-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 995 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 995 Bytes
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": "WebSubtitlePlayer",
"version": "1.0.0",
"description": "Choose a video and subtitles from your own computer to play them together in the web browser.",
"main": "dist/index.html",
"author": "ol-web",
"devDependencies": {
"autoprefixer": "^7.1.1",
"babel-preset-env": "^1.5.2",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"event-stream": "^3.3.4",
"grunt": "^1.0.1",
"grunt-cssnano": "^2.1.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.6",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.4.0",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^2.3.0",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^4.0.0",
"gulp-html-replace": "^1.6.2",
"gulp-if": "^2.0.2",
"gulp-iife": "^0.3.0",
"gulp-imagemin": "^3.3.0",
"gulp-postcss": "^7.0.0",
"gulp-rm": "^1.0.4",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.1.2"
}
}