th
Version:
th.en - make it painless to adapt between callbacks and promises
27 lines (26 loc) • 570 B
JSON
{
"name": "th",
"author": "AgileMD <hello@agilemd.com>",
"contributors": [
"jden <jason@denizac.org>"
],
"version": "0.1.1",
"description": "th.en - make it painless to adapt between callbacks and promises",
"keywords": [
"promises"
],
"main": "index.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha"
},
"repository": "git@github.com:agilemd/then.git",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"chai": "~1.6.0",
"mocha": "~1.9.0"
},
"dependencies": {
"q": "~0.9.6"
}
}