15 lines
212 B
JSON
15 lines
212 B
JSON
{
|
|
"name": "jquery-pjax",
|
|
"version": "1.9.2",
|
|
"main": "./jquery.pjax.js",
|
|
"dependencies": {
|
|
"jquery": ">=1.8"
|
|
},
|
|
"ignore": [
|
|
".travis.yml",
|
|
"Gemfile",
|
|
"Gemfile.lock",
|
|
"test/"
|
|
]
|
|
}
|