UNPKG

promise-timeout

Version:
23 lines (22 loc) 442 B
{ "name": "promise-timeout", "version": "1.3.0", "description": "Simple timeouts for promises", "main": "index.js", "scripts": { "test": "mocha" }, "keywords": [ "promise", "timeout" ], "author": "David M. Lee, II <leedm777@yahoo.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/building5/promise-timeout.git" }, "devDependencies": { "mocha": "^3.2.0" } }