bluefire
Version:
Lightweight tcp framework
44 lines (43 loc) • 935 B
JSON
{
"name": "bluefire",
"version": "0.0.5",
"description": "Lightweight tcp framework",
"main": "index.coffee",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register"
},
"bin": {
"bluefire": "./bin/bluefire.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Gelidus/bluefire.git"
},
"keywords": [
"tcp",
"framework",
"lightweight",
"buddy"
],
"author": "Gelidus",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Gelidus/bluefire/issues"
},
"dependencies": {
"async": "^0.9.2",
"coffee-script": "^1.9.3",
"ghost-inject": "0.1.1",
"include-all": "^0.1.6",
"machinepack-git": "^0.1.6",
"promise": "^7.0.1",
"sails-disk": "^0.10.8",
"underscore": "^1.8.3",
"waterline": "^0.10.18"
},
"devDependencies": {
"mocha": "^2.1.0",
"should": "^4.4.4",
"should-type": "0.0.4"
}
}