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.

17 satır
240B

  1. {
  2. "name": "yii2-pjax",
  3. "version": "2.0.2",
  4. "main": "./jquery.pjax.js",
  5. "dependencies": {
  6. "jquery": ">=1.8"
  7. },
  8. "ignore": [
  9. ".travis.yml",
  10. "Gemfile",
  11. "Gemfile.lock",
  12. "vendor/",
  13. "script/",
  14. "test/"
  15. ]
  16. }