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 lines
298B

  1. {
  2. "name": "yii2-pjax",
  3. "version": "2.0.6",
  4. "main": "jquery.pjax.js",
  5. "repository": "yiisoft/jquery-pjax",
  6. "licenses": [
  7. {
  8. "type": "MIT",
  9. "url": "https://github.com/yiisoft/jquery-pjax/blob/master/LICENSE"
  10. }
  11. ],
  12. "files" : [
  13. "LICENSE",
  14. "jquery.pjax.js"
  15. ]
  16. }