egg-singletons
Version:
Egg plugin for multiple singletons.
52 lines (51 loc) • 1.05 kB
JSON
{
"name": "egg-singletons",
"version": "1.0.1",
"description": "Egg plugin for multiple singletons.",
"files": [
"lib/",
"agent.js",
"app.js"
],
"repository": {
"type": "git",
"url": "git://github.com/kaelzhang/egg-singletons.git"
},
"author": "kaelzhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/kaelzhang/egg-singletons/issues"
},
"dependencies": {
"lodash.foreach": "^4.5.0"
},
"devDependencies": {
"autod": "^2.7.1",
"egg": "^1.0.0-rc.2",
"egg-bin": "^2.2.3",
"egg-ci": "^1.3.0",
"egg-mock": "^3.0.1",
"supertest": "^3.0.0",
"utility": "^1.11.0"
},
"eggPlugin": {
"name": "singletons"
},
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"egg",
"eggPlugin",
"egg-plugin",
"singletons"
],
"scripts": {
"autod": "autod",
"ci": "npm run lint && npm run cov",
"cov": "egg-bin cov",
"lint": "eslint .",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test"
}
}