Files
pjax/bower.json
Maxime Thirouin 01536bfbf5 0.2.2
Closes #55
2016-03-12 07:42:37 +01:00

30 lines
499 B
JSON

{
"name": "pjax",
"version": "0.2.2",
"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"
]
}