bower.json 295 B

123456789101112131415161718
  1. {
  2. "name": "piano_time",
  3. "description": "piano time mini program",
  4. "main": "",
  5. "license": "MIT",
  6. "homepage": "",
  7. "private": true,
  8. "ignore": [
  9. "**/.*",
  10. "node_modules",
  11. "bower_components",
  12. "test",
  13. "tests"
  14. ],
  15. "dependencies": {
  16. "zanui-weapp": "^3.0.6"
  17. }
  18. }