1
0
mirror of https://github.com/balkian/Web4.0.git synced 2024-09-29 00:21:45 +00:00
Web4.0/hookio/monkey/package.json

14 lines
312 B
JSON
Raw Normal View History

2012-03-20 12:07:16 +00:00
{
"name": "monkey.io"
, "description": "Proxy between socket.io and hook.io. Based on chat.io"
2012-05-25 11:22:29 +00:00
, "version": "0.0.3"
2012-03-20 12:07:16 +00:00
, "dependencies": {
2012-05-25 11:22:29 +00:00
"hook.io-web40" : "*"
, "express": "2.5.5"
, "socket.io" : "*"
2012-03-20 12:07:16 +00:00
, "jade": "0.16.4"
, "stylus": "0.19.0"
, "nib": "0.2.0"
}
}