You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 satır
1.5KB

  1. {
  2. "name": "test",
  3. "description": "Test bower",
  4. "version": "1.0.0-pre",
  5. "keywords": [
  6. "foo",
  7. "bar"
  8. ],
  9. "license": "MIT",
  10. "bin": "bin/foo",
  11. "main": [
  12. "dist/js/foo.js"
  13. ],
  14. "ignore": [
  15. ".*"
  16. ],
  17. "dependencies": {
  18. "library1": ">= 1.0.0",
  19. "library2": ">= 1.0.0",
  20. "library2-0.9.0": "library2#0.9.0",
  21. "library3": "git@foobar.tld:user/repository3.git",
  22. "library4": "git@foobar.tld:user/repository4.git#1.2.3",
  23. "library5": "git@foobar.tld:user/repository5.git#0a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b",
  24. "library6": "git@foobar.tld:user/repository6.git#branch",
  25. "library7": "git@foobar.tld:user/repository7.git#1.2.*",
  26. "library8": "git@foobar.tld:user/repository8.git#1.2.x",
  27. "library9": "git@foobar.tld:user/repository9.git#master",
  28. "library10": "user/repository10#1.0.0",
  29. "library11": "user/repository11",
  30. "library12": "user/repository11#>=1 <2",
  31. "library13": ">=1 <2",
  32. "library14": "*",
  33. "library15": "library15#*",
  34. "library16": "library16#>=1 <2",
  35. "library17": "http://foobar.tld/library17-1.2.3.js",
  36. "library18": "http://foobar.tld/library18.js#1.2.3",
  37. "library19": "http://foobar.tld/library19.js"
  38. },
  39. "devDependencies": {
  40. "dev-library1": ">= 1.0.0",
  41. "dev-library2": ">= 1.0.0",
  42. "dev-library2-0.9.0": "dev-library2#0.9.0"
  43. },
  44. "private": false
  45. }