package.json 273 B

123456789101112131415
  1. {
  2. "name": "downmanager",
  3. "version": "1.0.0",
  4. "description": "文件g下载管理",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [
  10. "下载管理"
  11. ],
  12. "author": "winsoft",
  13. "license": "ISC"
  14. }