-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 737 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "unix2ws",
"version": "0.0.5",
"description": "Unix2WS allows you to easily stream data to Socket.IO clients",
"main": "./lib/unix2ws.js",
"bin": {
"unix2ws": "./bin/unix2ws.js"
},
"repository": {
"type": "git",
"url": "https://github.com/llambeau/Unix2WS.js.git"
},
"keywords": [
"pipe",
"fifo",
"unix",
"tcp",
"socket.io",
"websockets"
],
"dependencies": {
"socket.io": "0.9.16",
"coffee-script": "1.7.1",
"yargs": "~1.0.15"
},
"devDependencies": {
"grunt": "~0.4.2",
"mocha": "1.17.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.0"
},
"author": "Louis Lambeau <louislambeau@gmail.com>",
"license": "MIT"
}