1234567891011121314151617181920 |
- {
- "name": "autod-egg",
- "version": "1.1.0",
- "description": "autod egg plugin",
- "repository": {
- "type": "git",
- "url": "https://github.com/eggjs/autod-egg.git"
- },
- "keywords": [
- "egg",
- "autod",
- "plugin"
- ],
- "engines": {
- "node": ">=4.0.0"
- },
- "files": [
- "index.js"
- ]
- }
|