fluid
Version:
Create fluent interfaces, inline, around any object, allowing simple chained async method calls.
41 lines (40 loc) • 870 B
JSON
{
"name": "fluid",
"version": "0.1.3",
"description": "Create fluent interfaces, inline, around any object, allowing simple chained async method calls.",
"author": {
"name": "Pete Clark",
"email": "pclarkgithub@gmail.com"
},
"contributors": [],
"dependencies": {
"async": "= 0.1.22"
},
"devDependencies": {
"vows" : "= 0.6.3"
},
"main": "./lib/fluid.js",
"scripts": {
"test": "vows --spec"
},
"keywords": [
"fluent",
"fluid",
"async",
"flow",
"control",
"chaining",
"chained"
],
"repository": {
"type": "git",
"url": "git://github.com/peteclark82/node-fluid"
},
"bugs" : { "web" : "https://github.com/peteclark82/node-fluid/issues" },
"licenses" : [
{
"type" : "MIT",
"url" : "https://github.com/peteclark82/node-fluid/LICENSE"
}
]
}