endless-array-promise
Version:
Is to make your code have less callback!
26 lines (25 loc) • 639 B
JSON
{
"name": "endless-array-promise",
"version": "2.0.0-beta1",
"description": "Is to make your code have less callback!",
"main": "index.js",
"scripts": {
"test": "node test/EndlessArrayPromise.js"
},
"author": "nekomaru76",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/NekoMaru76/endlessArrayPromise.git"
},
"keywords": [
"endless-array-promise",
"callback-to-promise",
"array",
"evodev"
],
"bugs": {
"url": "https://github.com/NekoMaru76/endlessArrayPromise/issues"
},
"homepage": "https://github.com/NekoMaru76/endlessArrayPromise#readme"
}