From 36fcd5784fa0825eedbf31d91bc42c970605ddb4 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Thu, 27 Jun 2013 16:11:11 -0500 Subject: [PATCH] Add package file for websockify.js --- other/package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 other/package.json diff --git a/other/package.json b/other/package.json new file mode 100644 index 0000000..2d583b0 --- /dev/null +++ b/other/package.json @@ -0,0 +1,22 @@ +{ + "author": "Joel Martin (http://github.com/kanaka)", + "name": "websockify", + "description": "websockify is a WebSocket to TCP proxy/bridge", + "version": "0.5.0-pre", + "repository": { + "type": "git", + "url": "git://github.com/kanaka/websockify.git" + }, + "bin": { + "websockify": "./websockify.js" + }, + "engines": { + "node": ">=0.8.9" + }, + "dependencies": { + "ws": ">=0.4.27", + "base64": "latest", + "optimist": "latest", + "policyfile": "latest" + } +}