Files
pjax/bower.json

30 lines
503 B
JSON
Raw Permalink Normal View History

2014-03-24 08:52:34 +01:00
{
"name": "pjax",
2014-10-14 07:42:56 +02:00
"version": "0.1.4",
"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": [
"node"
],
2014-03-24 08:52:34 +01:00
"ignore": [
"**/.*",
"node_modules",
"test",
"tests"
]
}