package.json 412 B

123456789101112131415161718192021
  1. {
  2. "name": "duck",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "http://git.liuniu946.com/lhl/duck.git"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "dependencies": {
  16. "jweixin-module": "^1.6.0"
  17. },
  18. "devDependencies": {
  19. "province-city-china": "^8.0.0"
  20. }
  21. }