UNPKG

attempts

Version:

Try func with different args.

25 lines (24 loc) 489 B
{ "name": "attempts", "version": "1.1.0", "description": "Try func with different args.", "author": "Amio <amio.cn@gmail.com>", "repository": "amio/attempts", "license": "MIT", "main": "index.js", "scripts": { "build": "buble index.src.js > index.js", "pretest": "npm run build", "test": "tape tests.js" }, "devDependencies": { "buble": "^0.14.0", "tape": "^4.6.0" }, "keywords": [ "attempt", "attempts", "promise", "util" ] }