23 lines
400 B
JSON
23 lines
400 B
JSON
{
|
|
"name": "yii2-pjax",
|
|
"version": "2.0.7.1",
|
|
"main": "jquery.pjax.js",
|
|
"repository": "yiisoft/jquery-pjax",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/yiisoft/jquery-pjax/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"files" : [
|
|
"LICENSE",
|
|
"jquery.pjax.js"
|
|
],
|
|
"devDependencies": {
|
|
"eslint": "^3.19.0"
|
|
},
|
|
"scripts": {
|
|
"test": "./script/test"
|
|
}
|
|
}
|