2014-03-24 08:52:34 +01:00
|
|
|
{
|
|
|
|
|
"name": "pjax",
|
2016-03-12 07:42:37 +01:00
|
|
|
"version": "0.2.2",
|
2014-04-19 07:05:00 +02:00
|
|
|
"description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)",
|
2014-03-24 08:52:34 +01:00
|
|
|
"keywords": [
|
|
|
|
|
"pjax",
|
|
|
|
|
"push",
|
|
|
|
|
"state",
|
|
|
|
|
"ajax",
|
|
|
|
|
"navigation",
|
|
|
|
|
"transition",
|
|
|
|
|
"animation"
|
|
|
|
|
],
|
2016-03-12 07:27:06 +01:00
|
|
|
"main": "pjax.js",
|
2014-10-14 07:29:16 +02:00
|
|
|
"homepage": "https://github.com/MoOx/pjax",
|
|
|
|
|
"authors": [
|
|
|
|
|
"Maxime Thirouin"
|
|
|
|
|
],
|
2014-03-24 08:52:34 +01:00
|
|
|
"license": "MIT",
|
2014-10-14 07:29:16 +02:00
|
|
|
"moduleType": [
|
|
|
|
|
"node"
|
|
|
|
|
],
|
2014-03-24 08:52:34 +01:00
|
|
|
"ignore": [
|
|
|
|
|
"**/.*",
|
|
|
|
|
"node_modules",
|
|
|
|
|
"test",
|
|
|
|
|
"tests"
|
|
|
|
|
]
|
|
|
|
|
}
|