Files
pjax/bower.json

32 lines
529 B
JSON
Raw Normal View History

2014-03-24 08:52:34 +01:00
{
"name": "pjax",
2014-09-16 07:56:13 +02:00
"version": "0.1.3",
"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"
],
2014-10-14 07:29:16 +02:00
"main": "src/pjax.js",
"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": [
"amd",
"globals",
"node"
],
2014-03-24 08:52:34 +01:00
"ignore": [
"**/.*",
"node_modules",
"test",
"tests"
]
}