-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.62 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
{
"name": "node-media-server",
"version": "1.3.4",
"description": "A Node.js implementation of RTMP Server",
"main": "node_media_server.js",
"scripts": {
"sonar-scanner": "node_modules/sonar-scanner/bin/sonar-scanner.bat",
"start": "nodemon app.js",
"test": "set NODE_ENV=test&& nodemon --exec mocha --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/illuspas/Node-Media-Server.git"
},
"keywords": [
"rtmp",
"flv",
"server"
],
"author": "Mingliang Chen",
"license": "MIT",
"bugs": {
"url": "https://github.com/illuspas/Node-Media-Server/issues"
},
"homepage": "https://github.com/illuspas/Node-Media-Server#readme",
"dependencies": {
"axios": "^0.18.0",
"axios-mock-adapter": "^1.15.0",
"body-parser": "^1.18.3",
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"connect-redis": "^3.3.3",
"cookie-parser": "^1.4.3",
"crypto": "^1.0.1",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"mocha": "^5.2.0",
"mongodb": "^3.0.10",
"mongoose": "^5.1.5",
"multer": "^1.3.0",
"nock": "^9.3.2",
"node-datetime": "^2.0.6",
"request": "^2.87.0",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"socket.io-handshake": "0.0.10",
"supertest": "^3.1.0"
},
"devDependencies": {
"chalk": "^2.4.1",
"dateformat": "^3.0.3",
"lodash": "^4.17.10",
"mitm": "^1.3.3",
"mkdirp": "^0.5.1",
"nodemon": "^1.17.5",
"sinon": "^6.0.0",
"request": "^2.87.0",
"sdk": "^0.5.0",
"ws": "^5.1.1"
},
"engines": {
"node": ">=6.0.0"
}
}