您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

17 行
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. }