2014-03-24 08:52:34 +01:00
|
|
|
{
|
|
|
|
|
"name": "pjax",
|
|
|
|
|
"main": "pjax.js",
|
2014-04-02 10:51:23 +02:00
|
|
|
"version": "0.1.1",
|
2014-03-24 08:52:34 +01:00
|
|
|
"homepage": "https://github.com/MoOx/pjax",
|
|
|
|
|
"authors": [
|
|
|
|
|
"Maxime Thirouin <m@moox.io>"
|
|
|
|
|
],
|
|
|
|
|
"description": "Boost browsing experience using Ajax navigation (+ Push state)",
|
|
|
|
|
"moduleType": [
|
|
|
|
|
"amd",
|
|
|
|
|
"globals",
|
|
|
|
|
"node"
|
|
|
|
|
],
|
|
|
|
|
"keywords": [
|
|
|
|
|
"pjax",
|
|
|
|
|
"push",
|
|
|
|
|
"state",
|
|
|
|
|
"ajax",
|
|
|
|
|
"navigation",
|
|
|
|
|
"transition",
|
|
|
|
|
"animation"
|
|
|
|
|
],
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"ignore": [
|
|
|
|
|
"**/.*",
|
|
|
|
|
"node_modules",
|
|
|
|
|
"bower_components",
|
|
|
|
|
"test",
|
|
|
|
|
"tests"
|
|
|
|
|
]
|
|
|
|
|
}
|