mirror of
https://github.com/eggjs/egg.git
synced 2024-12-04 07:14:30 +00:00
122 lines
2.9 KiB
JSON
122 lines
2.9 KiB
JSON
{
|
|
"name": "egg",
|
|
"version": "0.7.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.0.0",
|
|
"cluster-client": "^1.0.1",
|
|
"co": "^4.6.0",
|
|
"debug": "^2.3.3",
|
|
"delegates": "^1.0.0",
|
|
"egg-cluster": "^1.0.0",
|
|
"egg-cookies": "^2.1.0",
|
|
"egg-core": "^1.3.1",
|
|
"egg-cors": "^1.0.0",
|
|
"egg-development": "^1.0.2",
|
|
"egg-i18n": "^1.0.2",
|
|
"egg-logger": "^1.4.1",
|
|
"egg-logrotator": "^2.2.2",
|
|
"egg-multipart": "^1.0.0",
|
|
"egg-onerror": "^1.1.0",
|
|
"egg-rest": "^1.2.0",
|
|
"egg-schedule": "^2.2.1",
|
|
"egg-security": "^1.2.1",
|
|
"egg-session": "^1.1.0",
|
|
"egg-static": "^1.0.0",
|
|
"egg-userrole": "^1.0.0",
|
|
"egg-userservice": "^1.0.0",
|
|
"egg-validate": "^1.0.0",
|
|
"egg-watcher": "^1.0.0",
|
|
"graceful": "^1.0.1",
|
|
"humanize-ms": "^1.2.0",
|
|
"is-type-of": "^1.0.0",
|
|
"jsonp-body": "^1.0.0",
|
|
"koa-bodyparser": "^2.3.0",
|
|
"koa-is-json": "^1.0.0",
|
|
"koa-override": "^1.0.0",
|
|
"mime-types": "^2.1.13",
|
|
"sdk-base": "^2.0.1",
|
|
"sendmessage": "^1.1.0",
|
|
"urllib": "^2.17.1"
|
|
},
|
|
"devDependencies": {
|
|
"autod": "^2.7.1",
|
|
"autod-egg": "^1.0.0",
|
|
"beautify-benchmark": "^0.2.4",
|
|
"benchmark": "^2.1.0",
|
|
"coffee": "^3.3.0",
|
|
"cross-env": "^2.0.1",
|
|
"egg-alinode": "^1.0.3",
|
|
"egg-bin": "^1.3.0",
|
|
"egg-ci": "^1.0.3",
|
|
"egg-mock": "^1.2.0",
|
|
"egg-plugin-puml": "^1.0.0",
|
|
"egg-view-nunjucks": "^0.5.0",
|
|
"eslint": "^3.11.1",
|
|
"eslint-config-egg": "^3.1.0",
|
|
"estraverse": "^4.1.1",
|
|
"formstream": "^1.0.0",
|
|
"glob": "^7.1.1",
|
|
"ko-sleep": "^1.0.2",
|
|
"koa": "^1.2.4",
|
|
"koa-router": "^5.4.0",
|
|
"merge-descriptors": "^1.0.1",
|
|
"moment": "^2.17.0",
|
|
"mz": "^2.4.0",
|
|
"npminstall": "^2.1.1",
|
|
"nunjucks": "^3.0.0",
|
|
"once": "^1.3.3",
|
|
"pedding": "^1.1.0",
|
|
"rds": "^0.1.0",
|
|
"rimraf": "^2.5.4",
|
|
"should": "^11.1.1",
|
|
"stream-wormhole": "^1.0.0",
|
|
"supertest": "^2.0.1",
|
|
"toa": "^2.4.1",
|
|
"toa-router": "^1.5.2"
|
|
},
|
|
"main": "index.js",
|
|
"files": [
|
|
"app",
|
|
"config",
|
|
"bin",
|
|
"lib",
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint 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.sh server",
|
|
"doc-deploy": "./scripts/doc.sh 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": ">= 4.0.0"
|
|
},
|
|
"ci": {
|
|
"version": "4, 6, 7"
|
|
},
|
|
"license": "MIT"
|
|
}
|