swish-http
Version:
A Swish implementation that tunnels over HTTP
22 lines (21 loc) • 432 B
JSON
{
"name": "swish-http",
"version": "0.3.3",
"description": "A Swish implementation that tunnels over HTTP",
"main": "server.js",
"scripts": {
"test-server": "node test/server"
},
"keywords": [
"Swish",
"HTTP"
],
"author": "Geraint Luff",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"express": "^4.13.3",
"swish-file-brute": "^0.3.0",
"swish-test-suite": "^0.3.0"
}
}