daily-protocol
Version:
daily - The protocol encoder and decoder for network communcation
29 lines (28 loc) • 592 B
JSON
{
"name": "daily-protocol",
"description": "daily - The protocol encoder and decoder for network communcation",
"version": "0.3.3",
"author": "Andreas Madsen <amwebdk@gmail.com>",
"main": "./daily-protocol.js",
"scripts": {
"test": "tap test/simple/*"
},
"repository" : {
"type": "git",
"url": "git://github.com/daily/daily-protocol.git"
},
"keywords": [
"daily",
"remote",
"protocol",
"lowlevel"
],
"dependencies": {
"binarypoint": "0.3.x"
},
"devDependencies": {
"tap": "0.6.x",
"async": "0.9.x"
},
"license": "MIT"
}