Blame view

vendor/bower/yii2-pjax/bower.json 260 Bytes
70f4f18b   Administrator   first_commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  {
    "name": "yii2-pjax",
    "version": "2.0.3",
    "main": "./jquery.pjax.js",
    "license": "MIT",
    "dependencies": {
      "jquery": ">=1.8"
    },
    "ignore": [
      ".travis.yml",
      "Gemfile",
      "Gemfile.lock",
      "vendor/",
      "script/",
      "test/"
    ]
  }