bower.json 398 B

123456789101112131415161718192021222324
  1. {
  2. "name": "sysm",
  3. "version": "0.0.1",
  4. "homepage": "",
  5. "authors": [
  6. "hchtz <ybkk1027@foxmail.com>"
  7. ],
  8. "moduleType": [
  9. "node"
  10. ],
  11. "license": "MIT",
  12. "ignore": [
  13. "**/.*",
  14. "node_modules",
  15. "bower_components",
  16. "test",
  17. "tests"
  18. ],
  19. "dependencies": {
  20. "underscore": "~1.8.3",
  21. "clipboard": "^1.5.16",
  22. "animsition": "blivesta/animsition#~4.0.1"
  23. }
  24. }