18 lines
331 B
JSON
18 lines
331 B
JSON
{
|
|
"name": "multiview",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"compress": "^0.99.0",
|
|
"compression": "^1.7.4",
|
|
"polka": "^0.5.2",
|
|
"sirv": "^0.4.6"
|
|
}
|
|
}
|