package.json 469 B

123456789101112131415161718
  1. {
  2. "name": "mall4m",
  3. "version": "1.0.0",
  4. "description": "一个基于vue、element ui 的轻量级、前后端分离、拥有完整sku和下单流程的完全开源商城 小程序端",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://gitee.com/gz-yami/mall4m.git"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "dependencies": {
  16. "crypto-js": "^4.1.1"
  17. }
  18. }