egg-alinode-async
Version:
async alinode plugin for egg
59 lines (58 loc) • 1.21 kB
JSON
{
"name": "egg-alinode-async",
"version": "2.1.2",
"description": "async alinode plugin for egg",
"eggPlugin": {
"name": "alinode-async"
},
"repository": {
"type": "git",
"url": "https://github.com/jo0ger/egg-alinode-async.git"
},
"keywords": [
"egg",
"eggPlugin",
"egg-plugin",
"alinode"
],
"dependencies": {
"agentx": "^1.9.3",
"commandx": "^1.5.0",
"mkdirp": "^0.5.1",
"moment": "^2.22.1",
"mz": "^2.7.0",
"node-homedir": "^1.1.0"
},
"devDependencies": {
"autod": "^3.0.1",
"egg": "latest-1",
"egg-bin": "^4.7.0",
"egg-ci": "^1.8.0",
"egg-mock": "^3.17.1",
"eslint": "^4.19.1",
"eslint-config-egg": "^7.0.0",
"glob": "^7.1.2",
"supertest": "^3.1.0"
},
"engines": {
"node": ">=6.0.0"
},
"ci": {
"version": "6, 8, 9"
},
"scripts": {
"lint": "eslint .",
"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",
"autod": "autod"
},
"files": [
"config",
"lib",
"app",
"agent.js"
],
"author": "Jooger <iamjooger@gmail.com> (https://jooger.me)"
}