continue
Version:
Compose chainable async methods
32 lines (31 loc) • 620 B
JSON
{
"name": "continue",
"version": "0.1.0",
"description": "Compose chainable async methods",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha test/"
},
"repository": {
"type": "git",
"url": "https://github.com/scottcorgan/continue.git"
},
"author": "Scott Corgan",
"license": "MIT",
"bugs": {
"url": "https://github.com/scottcorgan/continue/issues"
},
"devDependencies": {
"expect.js": "~0.2.0",
"mocha": "~1.14.0",
"async": "~0.2.9"
},
"dependencies": {
"promise": "~3.2.0"
},
"keywords": [
"chain",
"async",
"compose"
]
}