-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 968 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
36
37
38
39
40
41
42
43
44
{
"name": "iptvserver",
"version": "1.0.0",
"description": "iptv server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./src/index.js"
},
"keywords": [
"iptv"
],
"nodemonConfig": {
"ignore": [
"node_modules/*",
"public/upload/*"
],
"delay": "1000",
"verbose": true
},
"author": "xuwei",
"license": "ISC",
"dependencies": {
"async": "^3.1.0",
"crypto-js": "^4.0.0",
"http-proxy-middleware": "^0.20.0",
"js-base64": "^2.5.2",
"koa": "^2.8.1",
"koa-body": "^4.1.3",
"koa-bodyparser": "^4.2.1",
"koa-json": "^2.0.2",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"log4js": "^5.1.0",
"md5": "^2.2.1",
"mysql": "^2.18.1",
"node-cache": "^5.1.0",
"node-schedule": "^1.3.2",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"xml2js": "^0.4.23"
},
"devDependencies": {}
}