-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
41 lines (41 loc) · 996 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
{
"name": "node-easydarwin",
"version": "1.0.0",
"description": "EasyDarwin NodeJS Server",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cross-env NODE_ENV=development NODE_PATH=. nodemon app.js",
"start": "cross-env NODE_ENV=production NODE_PATH=. node app.js"
},
"keywords": [
"RTSP",
"EasyDarwin",
"NodeJS"
],
"author": "penggy",
"license": "ISC",
"dependencies": {
"@penggy/express-yields": "1.1.2",
"@penggy/internal-ip": "3.0.1",
"body-parser": "1.18.2",
"cookie-parser": "1.4.3",
"cross-env": "5.1.4",
"easy-session-file-store": "1.2.1",
"escape-string-regexp": "1.0.5",
"express": "4.16.3",
"express-session": "1.15.6",
"fs-extra": "5.0.0",
"lowdb": "1.0.0",
"moment": "2.21.0",
"sdp-transform": "2.4.0",
"shortid": "2.2.8",
"urlsafe-base64": "1.0.0",
"ws": "5.1.0"
},
"nodemonConfig": {
"ignore": [
"www",
"web_src"
]
}
}