2014-03-24 08:34:59 +01:00
|
|
|
{
|
|
|
|
|
"name": "pjax",
|
2014-04-03 07:08:47 +02:00
|
|
|
"version": "0.1.2",
|
2014-04-19 07:05:00 +02:00
|
|
|
"description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)",
|
2014-04-03 07:07:34 +02:00
|
|
|
"main": "src/pjax.js",
|
2014-03-24 08:34:59 +01:00
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/MoOx/pjax.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"pjax",
|
|
|
|
|
"push",
|
|
|
|
|
"state",
|
|
|
|
|
"ajax",
|
|
|
|
|
"navigation",
|
|
|
|
|
"transition",
|
|
|
|
|
"animation"
|
|
|
|
|
],
|
|
|
|
|
"author": "MoOx <m@moox.io>",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/MoOx/pjax/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/MoOx/pjax",
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"jshint-stylish": "^0.1.5",
|
|
|
|
|
"gulp-jscs": "^0.3.2",
|
|
|
|
|
"gulp-plumber": "^0.5.6",
|
|
|
|
|
"gulp": "^3.5.6",
|
2014-04-03 07:07:34 +02:00
|
|
|
"gulp-jshint": "^1.5.1",
|
|
|
|
|
"buildbranch": "0.0.1"
|
2014-03-24 08:34:59 +01:00
|
|
|
}
|
|
|
|
|
}
|