{ "name": "egg", "version": "1.0.0", "description": "A web framework's framework for Node.js", "keywords": [ "web", "app", "http", "application", "framework", "middleware", "koa", "egg" ], "dependencies": { "accepts": "^1.3.3", "agentkeepalive": "^3.1.0", "cluster-client": "^1.5.3", "co": "^4.6.0", "debug": "^2.6.3", "delegates": "^1.0.0", "egg-cluster": "^1.6.2", "egg-cookies": "^2.2.1", "egg-core": "^3.0.0", "egg-development": "^1.2.0", "egg-i18n": "^1.1.0", "egg-jsonp": "^1.0.0", "egg-logger": "^1.5.0", "egg-logrotator": "^2.2.2", "egg-multipart": "^1.2.0", "egg-onerror": "^1.3.0", "egg-schedule": "^2.3.0", "egg-security": "^1.9.0", "egg-session": "^2.1.0", "egg-static": "^1.3.0", "egg-view": "^1.0.1", "egg-watcher": "^2.1.0", "extend2": "^1.0.0", "graceful": "^1.0.1", "is-type-of": "^1.0.0", "koa-bodyparser": "^2.5.0", "koa-is-json": "^1.0.0", "mime-types": "^2.1.15", "sendmessage": "^1.1.0", "urllib": "^2.21.2", "utility": "^1.11.0" }, "devDependencies": { "autod": "^2.8.0", "autod-egg": "^1.0.0", "coffee": "^3.3.0", "egg-alinode": "^1.0.3", "egg-bin": "^3.1.0", "egg-mock": "^3.2.0", "egg-plugin-puml": "^1.0.0", "egg-view-nunjucks": "^2.0.0", "eslint": "^3.18.0", "eslint-config-egg": "^3.2.0", "formstream": "^1.1.0", "gh-pages": "^0.12.0", "glob": "^7.1.1", "jsdoc": "^3.4.3", "merge-descriptors": "^1.0.1", "moment": "^2.17.1", "mz": "^2.6.0", "mz-modules": "^1.0.0", "once": "^1.3.3", "pedding": "^1.1.0", "rds": "^0.1.0", "rimraf": "^2.6.1", "runscript": "^1.2.1", "should": "^11.2.1", "spy": "^1.0.0", "supertest": "^3.0.0", "taffydb": "^2.7.3", "webstorm-disable-index": "^1.1.2" }, "main": "index.js", "files": [ "app", "config", "bin", "lib", "index.js" ], "scripts": { "lint": "eslint app config lib test *.js", "test": "npm run lint -- --fix && npm run test-local", "test-local": "egg-bin test", "cov": "egg-bin cov", "ci": "npm run lint && npm run cov", "doc-server": "./scripts/doc.js server", "doc-build": "./scripts/doc.js build", "doc-deploy": "./scripts/doc.js deploy", "autod": "autod", "puml": "puml . --dest ./docs", "commits": "./scripts/commits.sh" }, "homepage": "https://github.com/eggjs/egg", "repository": { "type": "git", "url": "https://github.com/eggjs/egg.git" }, "engines": { "node": ">= 6.0.0" }, "license": "MIT" }