This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
56 lines (56 loc) · 1.45 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
54
55
56
{
"name": "hsub-editor",
"version": "1.0.0",
"description": "Web video subtitle maker with youtube and mp4",
"main": "server.js",
"author": {
"name": "nupamore",
"email": "nupamore@gmail.com",
"url": "http://nupamore.github.io/"
},
"repository": {
"type": "git",
"url": "git://github.com/nupamore/hsub-editor"
},
"scripts": {
"postinstall": "gulp clean && gulp build",
"start": "gulp start"
},
"dependencies": {
"ejs": "^2.5.5",
"express": "^4.14.1",
"keen-ui": "^1.0.0",
"libjass": "^0.11.0",
"lodash": "^4.17.4",
"video.js": "^5.16.0",
"videojs-ass": "^0.6.3",
"videojs-youtube": "^2.3.2",
"vue": "^2.1.10"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-lodash": "^3.2.11",
"babel-preset-es2015": "^6.18.0",
"css-loader": "^0.26.1",
"del": "^2.2.2",
"eslint": "^3.12.2",
"eslint-config-airbnb-base": "^11.0.0",
"eslint-plugin-html": "^2.0.0",
"eslint-plugin-import": "^2.2.0",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.2",
"gulp-concat": "^2.6.1",
"gulp-nodemon": "^2.2.1",
"gulp-sourcemaps": "^2.4.0",
"gulp-uglifycss": "^1.0.6",
"gulp-uglifyjs": "^0.6.2",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"lodash-webpack-plugin": "^0.11.0",
"vue-loader": "^10.3.0",
"vue-template-compiler": "^2.1.10",
"webpack": "^2.2.1",
"webpack-stream": "^3.2.0"
}
}