Innovenergy_trunk/frontend/node_modules/time-limit-promise/package.json

38 lines
786 B
JSON
Raw Permalink Normal View History

{
"name": "time-limit-promise",
"version": "1.0.4",
"description": "Fulfill long runinng promises on timeout.",
"main": "./index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inikulin/time-limit-promise.git"
},
"keywords": [
"promise",
"timeout",
"time",
"timer",
"limit",
"resolve",
"reject"
],
"author": "Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin)",
"license": "MIT",
"bugs": {
"url": "https://github.com/inikulin/time-limit-promise/issues"
},
"homepage": "https://github.com/inikulin/time-limit-promise#readme",
"files": [
"index.js"
],
"engines": {
"node": ">= 0.12"
},
"devDependencies": {
"mocha": "^2.3.4"
}
}