blocklist/package.json

17 lines
304 B
JSON
Raw Normal View History

2020-07-20 12:37:38 +00:00
{
"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"
}
}