-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
100 lines (100 loc) · 2.68 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "LD300-server-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "cross-env NODE_ENV=test mocha --compilers js:babel-core/register",
"build": "babel src -d dist --source-maps",
"dev": "npm run build && cross-env NODE_ENV=development node dist/index",
"start": "npm run build && cross-env NODE_ENV=production node dist/index",
"pm2": "pm2 start process.yml",
"koaStatic": "node src/app2.js",
"pm2-stop": "pm2 stop all"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.26.0",
"chai": "^3.5.0",
"co": "^4.6.0",
"ffmpeg-stream": "^0.5.0",
"flv.js": "^1.4.2",
"h264-converter": "^0.1.0",
"jpg-streamer": "^0.1.3",
"line-reader": "^0.4.0",
"mocha": "^4.0.1",
"nodemon": "^1.17.1",
"nyc": "^11.6.0",
"ref-wchar": "^1.0.2",
"rtsp-ffmpeg": "0.0.11",
"rtsp-recorder": "0.0.3",
"sdp-transform": "^2.3.0",
"stream-parser": "^0.3.1",
"supertest": "^2.0.1",
"webpack": "^3.11.0"
},
"dependencies": {
"amf": "^0.1.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"cross-env": "^5.1.4",
"crypto": "^1.0.1",
"debug": "^2.2.0",
"enum": "^2.5.0",
"events": "^1.1.1",
"ffi": "^2.2.0",
"fs": "0.0.1-security",
"get-port": "^3.2.0",
"http-proxy": "^1.16.2",
"koa": "^2.5.0",
"koa-body": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-cors": "0.0.16",
"koa-logger": "^3.2.0",
"koa-mount": "^3.0.0",
"koa-passport": "^4.0.1",
"koa-router": "^7.2.1",
"koa-session2": "^2.2.5",
"koa-static": "^4.0.2",
"koa-views": "^6.1.4",
"koa2-cors": "^2.0.3",
"legacy-encoding": "^3.0.0",
"lodash": "^4.17.5",
"log4js": "^0.6.38",
"md5": "^2.2.1",
"mkdirp": "^0.5.1",
"moment": "^2.21.0",
"mongoose": "^4.13.11",
"mongoose-validator": "^1.3.2",
"net": "^1.0.2",
"onvif": "^0.5.3",
"os": "^0.1.1",
"passport": "^0.4.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.5.0",
"path": "^0.12.7",
"ref": "^1.3.5",
"ref-array": "^1.2.0",
"ref-struct": "^1.1.0",
"runkoa": "^1.3.1",
"serialport": "^5.0.0",
"socket.io": "^2.0.3",
"stream": "0.0.2",
"string-template": "^1.0.0",
"url": "^0.11.0",
"utils-is-little-endian": "^1.0.0",
"uuid": "^3.1.0",
"validator": "^8.1.0",
"winston": "^2.4.1",
"ws": "^3.3.0",
"yellowstone": "^2.1.0"
}
}