Files
pjax/bower.json
Maxime Thirouin 71fcd4b24b v0.1.2
2014-04-03 07:08:47 +02:00

33 lines
553 B
JSON

{
"name": "pjax",
"version": "0.1.2",
"description": "Boost browsing experience using Ajax navigation (+ Push state)",
"main": "src/pjax.js",
"homepage": "https://github.com/MoOx/pjax",
"authors": [
"Maxime Thirouin <m@moox.io>"
],
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"pjax",
"push",
"state",
"ajax",
"navigation",
"transition",
"animation"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}