19 lines
285 B
JSON
19 lines
285 B
JSON
{
|
|
"name": "yii2-pjax",
|
|
"version": "2.0.7.1",
|
|
"main": "./jquery.pjax.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jquery": ">=1.8"
|
|
},
|
|
"ignore": [
|
|
".travis.yml",
|
|
"Gemfile",
|
|
"Gemfile.lock",
|
|
"CONTRIBUTING.md",
|
|
"vendor/",
|
|
"script/",
|
|
"test/"
|
|
]
|
|
}
|