package.json 312 B

1234567891011121314151617181920
  1. {
  2. "name": "autod-egg",
  3. "version": "1.1.0",
  4. "description": "autod egg plugin",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/eggjs/autod-egg.git"
  8. },
  9. "keywords": [
  10. "egg",
  11. "autod",
  12. "plugin"
  13. ],
  14. "engines": {
  15. "node": ">=4.0.0"
  16. },
  17. "files": [
  18. "index.js"
  19. ]
  20. }