You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
381 B
18 lines
381 B
{
|
|
"name": "server",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "set PORT=3000 && node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"cookie-parser": "~1.4.4",
|
|
"debug": "~2.6.9",
|
|
"express": "~4.16.1",
|
|
"http-errors": "~1.6.3",
|
|
"jade": "~1.11.0",
|
|
"morgan": "~1.9.1",
|
|
"node-rtsp-stream": "0.0.9",
|
|
"node-windows": "^1.0.0-beta.5"
|
|
}
|
|
}
|