123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "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 <sakura9515@gmail.com>",
- "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"
- }
- }
|