egg-alinode
Version:
alinode plugin for egg
58 lines (57 loc) • 1.17 kB
JSON
{
"name": "egg-alinode",
"version": "2.0.1",
"description": "alinode plugin for egg",
"eggPlugin": {
"name": "alinode"
},
"repository": {
"type": "git",
"url": "https://github.com/eggjs/egg-alinode.git"
},
"keywords": [
"egg",
"eggPlugin",
"egg-plugin",
"alinode"
],
"dependencies": {
"agentx": "^1.8.4",
"commandx": "^1.3.3",
"mkdirp": "^0.5.1",
"moment": "^2.17.1",
"mz": "^2.6.0",
"node-homedir": "^1.1.0"
},
"devDependencies": {
"autod": "^2.7.1",
"egg": "^0.9.0",
"egg-bin": "^2.0.2",
"egg-ci": "^1.1.0",
"egg-mock": "^2.3.1",
"eslint": "^3.14.1",
"eslint-config-egg": "^3.2.0",
"glob": "^7.1.1",
"supertest": "^3.0.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",
"app",
"agent.js"
],
"author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)"
}