30 lines
499 B
JSON
30 lines
499 B
JSON
{
|
|
"name": "pjax",
|
|
"version": "0.1.4",
|
|
"description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)",
|
|
"keywords": [
|
|
"pjax",
|
|
"push",
|
|
"state",
|
|
"ajax",
|
|
"navigation",
|
|
"transition",
|
|
"animation"
|
|
],
|
|
"main": "pjax.js",
|
|
"homepage": "https://github.com/MoOx/pjax",
|
|
"authors": [
|
|
"Maxime Thirouin"
|
|
],
|
|
"license": "MIT",
|
|
"moduleType": [
|
|
"node"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|