This repository has been archived by the owner on Dec 25, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 1.99 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "epgremote",
"version": "0.0.1",
"description": "HLS(http live streaming) viewer and smartphone web UI for epgrec UNA.",
"main": "build-server/index.js",
"scripts": {
"start": "node build-server/index.js",
"dev-start": "node build-server/index.js --env development",
"clean": "gulp clean",
"build": "gulp build --env production",
"dev-build": "gulp build --env development",
"test": "gulp test",
"task": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/l3tnun/EPGRemote.git"
},
"keywords": [
"epgremote",
"dtv",
"tv"
],
"author": "l3tnun",
"license": "MIT",
"bugs": {
"url": "https://github.com/l3tnun/EPGRemote/issues"
},
"homepage": "https://github.com/l3tnun/EPGRemote#readme",
"engines": {
"node": ">=6.9.1"
},
"dependencies": {
"chart.js": "^2.6.0",
"hls.js": "^0.7.9",
"log4js": "^1.1.1",
"material-design-icons": "^3.0.1",
"material-design-lite": "^1.3.0",
"minimist": "^1.2.0",
"mithril": "^1.1.x",
"mysql": "^2.13.0",
"request": "^2.81.0",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3"
},
"devDependencies": {
"@types/chai": "^4.0.0",
"@types/chart.js": "2.4.5",
"@types/log4js": "0.0.32",
"@types/material-design-lite": "^1.1.14",
"@types/minimist": "^1.2.0",
"@types/mithril": "^1.1.x",
"@types/mocha": "^2.2.41",
"@types/mysql": "0.0.33",
"@types/node": "^8.0.1",
"@types/request": "0.0.44",
"@types/socket.io": "^1.4.29",
"@types/socket.io-client": "^1.4.29",
"chai": "^4.0.2",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.4.2",
"gulp-concat": "^2.6.1",
"gulp-mocha": "^4.3.1",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-typescript": "^3.1.7",
"gulp-util": "^3.0.8",
"mocha": "^3.4.2",
"ts-loader": "^2.2.0",
"typescript": "^2.3.4",
"webpack": "^3.0.0",
"webpack-stream": "^3.2.0"
}
}