{ "name": "ready-callback", "version": "2.1.0", "description": "Launch server after all async task ready", "keywords": [ "koa", "ready", "async" ], "main": "lib/ready.js", "files": [ "index.js", "lib" ], "dependencies": { "debug": "^2.6.0", "get-ready": "^2.0.0", "once": "^1.4.0", "uuid": "^3.0.1" }, "devDependencies": { "autod": "^2.7.1", "egg-bin": "^1.11.1", "egg-ci": "^1.1.0", "eslint": "^3.15.0", "eslint-config-egg": "^3.2.0", "koa": "^1.2.4", "mz-modules": "^2.1.0", "spy": "^1.0.0" }, "repository": { "type": "git", "url": "https://github.com/node-modules/ready-callback" }, "homepage": "https://github.com/node-modules/ready-callback", "author": "popomore ", "license": "MIT", "scripts": { "autod": "autod", "lint": "eslint .", "test": "npm run lint -- --fix && egg-bin test", "cov": "egg-bin cov", "ci": "npm run lint && egg-bin cov" }, "engines": { "node": ">=4.0.0" }, "ci": { "version": "4, 6, 7" } }