-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
61 lines (61 loc) · 1.53 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
57
58
59
60
61
{
"name": "tv-channels-manager-ita",
"version": "2.1.4",
"description": "M3U channels list splitter and serves channel links",
"main": "application.js",
"scripts": {
"watch": "webpack --config webpack-config.js",
"start": "node application.js $@"
},
"repository": {
"type": "git",
"url": "https://github.com/fatshotty/m3u-channels-manager"
},
"bin": "./tvchannelsmanagerita",
"author": "fatshotty",
"license": "ISC",
"pkg": {
"scripts": "application.js",
"assets": ["public/**/*", "views/**/*", "cache/"],
"outputPath": "dist"
},
"dependencies": {
"batch-promise": "1.0.0",
"body-parser": "1.18.3",
"bootstrap": "4.3.1",
"chokidar": "3.5.1",
"cors": "2.8.5",
"dotenv": "8.0.0",
"express": "4.16.3",
"express-basic-auth": "1.2.0",
"ftp-srv": "4.4.0",
"jquery": "3.4.1",
"moment": "2.24.0",
"node-gzip": "1.1.2",
"node-html-parser": "1.1.16",
"popper.js": "1.15.0",
"pretty-data": "0.40.0",
"pug": "2.0.3",
"redis": "3.0.2",
"request": "2.88.0",
"request-promise": "4.2.4",
"semver": "6.0.0",
"shortid": "2.2.15",
"socket.io": "2.2.0",
"socket.io-client": "2.3.0",
"vue": "2.6.10",
"winston": "3.2.1",
"xml-writer": "1.7.0",
"xml2js": "0.4.19",
"yargs": "13.2.2"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-loader": "7.1.5",
"babel-preset-env": "1.7.0",
"babel-register": "6.26.0",
"css-loader": "3.1.0",
"pug-loader": "2.4.0",
"webpack": "3.10.0"
}
}