Files
pjax/bower.json
Maxime Thirouin a17a6b90be v0.1.4
2014-10-14 07:42:56 +02:00

32 lines
529 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": "src/pjax.js",
"homepage": "https://github.com/MoOx/pjax",
"authors": [
"Maxime Thirouin"
],
"license": "MIT",
"moduleType": [
"amd",
"globals",
"node"
],
"ignore": [
"**/.*",
"node_modules",
"test",
"tests"
]
}