blocklist/package.json
Martin Donnelly 6ed24fb4e6 init
2020-07-20 13:37:38 +01:00

17 lines
304 B
JSON

{
"name": "listserver",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"compression": "^1.7.4",
"polka": "^0.5.2",
"sirv": "^1.0.1"
}
}